Linux Command Directory
This directory of Linux commands is from Linux in a Nutshell, 5th Edition.
Click on any of the 687 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Bookshelf.
Buy it now, or read it online on Safari Bookshelf.
tee
tee [options] files
Accept output from another command and send it both to standard output and to files (like a T or fork in the road).
Options
Append to files; do not overwrite.
Ignore interrupt signals.
Print a help message and then exit.
Print version information and then exit.
Example
ls -l | tee savefile




