Quantcast
Viewing all articles
Browse latest Browse all 5970

What does the symbol ^\ mean in linux

I got a file output from my perl script.

When I use less to open it less outputit looks like this:

ABCDEFG^\HIJKLMN

When I use cat or head to open it head outputit looks like this

ABCDEFGHIJKLMN

So I want to ask what is the ^\ symbol?


Viewing all articles
Browse latest Browse all 5970

Trending Articles