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


Learning the Unix Operating System

Learning the Unix Operating SystemSearch this book
Previous: B.1 Commands and Their Meanings Appendix B
Reference
 
 

B.2 Special Symbols

| Set up a pipe.
> Redirect output to a file.
< Redirect input from a file.
>> Append output to an existing file.
/ Separator used in pathnames.
. Current directory.
.. Parent directory.
& Process command in the background.
* Match any number of characters in filename.
? Match any single character in filename.
[] Match any one of the enclosed characters in filename.
; Command separator.
() Group commands.


Previous: B.1 Commands and Their Meanings Learning the Unix Operating System  
B.1 Commands and Their Meanings Book Index  

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