Answer
In order to see any hidden characters like new line or tabs etc. in file using Vi Editor issue the following command.
:set list
<!>Now if we don’t want it any more we can turn the hidden characters off by another command as follows:
:set nolist
[pb_builder]