![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| escaping special characters in file name... | lau0001 | Shell Programming and Scripting | 1 | 01-19-2008 05:54 PM |
| Removing special characters in file | srivsn | Shell Programming and Scripting | 6 | 01-03-2008 03:10 AM |
| How to delete a file with special characters | yveslagace | UNIX for Dummies Questions & Answers | 5 | 08-22-2007 08:42 AM |
| Replace Special characters in a file | solai | UNIX for Dummies Questions & Answers | 1 | 07-13-2006 07:36 AM |
| search special characters in a file | cramya80 | UNIX for Dummies Questions & Answers | 2 | 05-13-2005 09:08 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to see special characters in a file using vi
Hi,
I have a file which has special characters. I can't see them when I "vi" the file. But I am sure there are some special un seen characters. How can I see them? Please help. Thx |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
emacs helps for sure.
I think vim might also show it. |
|
#3
|
|||
|
|||
|
How can I use vim?
I tried vim filename and it doesn't work. and same with emacs.? Please help |
|
#4
|
||||
|
||||
|
Quote:
And for emacs, emacs filename should work. |
|
#5
|
|||
|
|||
|
When I say:
vim FILENAME ksh: vim: not found emacs FILENAME ksh: emacs: not found |
|
#6
|
||||
|
||||
|
In vi, use
:set list and you can do :set nolist to get back to normal. |
|
#7
|
|||
|
|||
|
I see lot of Control I characters which were not visible with out :set list
Thanks Unix Gurus |
|||
| Google The UNIX and Linux Forums |