January 2003
Intermediate to advanced
832 pages
32h 40m
English
echo
echo [-n] string
Write string to standard output; if
-n is specified, the output is not terminated by
a newline. Unlike the Unix version (/bin/echo)
and the Bourne-shell version,
tcsh’s
echo doesn’t support escape
characters. See also echo in Chapter 25.