Table of Contents

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

Documentation / Reference