Re: What is ^@ from cat -v
- From: Sven Mascheck <cus.n.mascheck@xxxxxxxxxxxxxxx>
- Date: Fri, 16 Jun 2006 23:48:25 +0200 (CEST)
Radoulov, Dimitre wrote:
1. Before the problem (cat -vt):
COADM1921^I22656^I
2. After (cat -vt):
^@C^@O^@A^@D^@M^@8^@2^@0^@8^@^I^@2^@7^@3^@1^@2^@8^@^I^@
The ^ notation (well known from TTYs) results from an XOR
of the original character and 0x40. It's used to display
nonprintable ASCII characters. So these are nullbytes.
.
- Follow-Ups:
- Re: What is ^@ from cat -v
- From: Radoulov, Dimitre
- Re: What is ^@ from cat -v
- References:
- What is ^@ from cat -v
- From: Radoulov, Dimitre
- What is ^@ from cat -v
- Prev by Date: AWK question
- Next by Date: Re: What is ^@ from cat -v
- Previous by thread: What is ^@ from cat -v
- Next by thread: Re: What is ^@ from cat -v
- Index(es):