1752579 Members
4065 Online
108788 Solutions
New Discussion юеВ

Re: Special Characters

 
SOLVED
Go to solution
hpuxrox
Respected Contributor

Special Characters

Anyone know the command to look for Special Characters in a ascii file?
4 REPLIES 4
Ralph Grothe
Honored Contributor
Solution

Re: Special Characters

cat -v

od
Madness, thy name is system administration
Robert-Jan Goossens
Honored Contributor

Re: Special Characters

Hi,

# od -Ad -t c myfile | pg

Regards,
Robert-Jan
Patrick Wallek
Honored Contributor

Re: Special Characters

Try this:

# cat -v filename

and see if that's what you want.
Victor BERRIDGE
Honored Contributor

Re: Special Characters

Hi,
Have you tried vis?

vis(1) vis(1)

NAME
vis, inv - make unprintable and non-ASCII characters in a file visible
or invisible



All the best
Victor