About
Control characters are used to control the interpretation or display of text, but these characters themselves have no visual or spatial representation.
List
- …
How to see them?
cat -A file
- $ is \n
- ^M$ is \r\n
- ^I is TAB character
Control characters are used to control the interpretation or display of text, but these characters themselves have no visual or spatial representation.
cat -A file