want to view the escape sequence

Hi,
Is it possible to view the escape sequence in the ascii file. That is I want to see the newlinw character,tab ........ etc

Thanks
Sweta

od -c filename

or vi the file and use :set list

Use od (octal dump ) command

Subbu Malepati

Use od (octal dump ) command