Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Special characters in Files

Status
Not open for further replies.

armylogman

Technical User
Feb 16, 2005
34
US
I am seeing in my S72inetsvc file and in my hosts file a ^I and don't know if or what this is or what it can cause to happen in the files if anyone knows I need some help.


Thanks in advance


Armylogman
 
The ^I is a tab delimiter it is required to read the file.
It will not hurt anything. Just DO NOT take it out or you will have problems.
 
Hi,

If you are looking at this file using vi editor, then just typing this command :)set nolist) will interpret control-characters instead of printing them, your text is more readable this way.

command :)set list ) will put you back again with control-characters printed instead of interpreted, this way you see all characters that may disturb your text.

Ali


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top