home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: dirs Chapter 5
The C Shell
Next: Reference: end
 

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, the C shell's echo doesn't support escape characters. See also echo in Sections 2 and 4.


Previous: Reference: dirs UNIX in a Nutshell: System V Edition Next: Reference: end
Reference: dirs Book Index Reference: end

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System