UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: tblChapter 2
Unix Commands
Next: Reference: telnet
 

tee

tee [options] [files]

Duplicate the standard input; send one copy to standard output and another copy to files.

Options

-a

Append output to files.

-i

Ignore all interrupts.

Examples

Display a who listing on the screen and store it in two files:

who | tee userlist ttylist

Display misspelled words and add them to existing typos:

spell ch02 | tee -a typos


Previous: Reference: tblUNIX in a Nutshell: System V EditionNext: Reference: telnet
Reference: tblBook IndexReference: telnet

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