Mail Archives: cygwin-developers/1998/03/31/17:21:56
Date: Fri, 27 Mar 1998 16:56:46 -0800
From: Eric Bachalo <ebachalo AT cygnus DOT com>
The command 'echo -@foo' will echo the contents of the file foo to the screen.
I presume that this is not literally true. That is
cat foo
and
echo -@foo
should not produce identical output. I would expect the latter ot
compress unquoted strings of spaces, tabs, and newlines into a single
space. In particular, barring quoting, I would expect it to always
print only a single newline.
Ian
- Raw text -