I got a file output from my perl script.
When I use less to open it less outputit looks like this:
ABCDEFG^\HIJKLMNWhen I use cat or head to open it head outputit looks like this
ABCDEFGHIJKLMNSo 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 outputit looks like this:
ABCDEFG^\HIJKLMNWhen I use cat or head to open it head outputit looks like this
ABCDEFGHIJKLMNSo I want to ask what is the ^\ symbol?