I got a file output from my perl script.
When I use less to open it less output
it looks like this:
ABCDEFG^\HIJKLMN
When I use cat or head to open it head output
it looks like this
ABCDEFGHIJKLMN
So I want to ask what is the ^\
symbol?
I got a file output from my perl script.
When I use less to open it less output
it looks like this:
ABCDEFG^\HIJKLMN
When I use cat or head to open it head output
it looks like this
ABCDEFGHIJKLMN
So I want to ask what is the ^\
symbol?