What is the purpose of `cat -E`?

The purpose of cat -E is to display the contents of a file while marking the end of each line with a $ symbol. This option helps users visualize line endings, making it easier to identify where lines terminate, especially in files that may have trailing spaces or other formatting issues.

0 Comments

no data
Be the first to share your comment!