Tee


From Linuxconfig.org

Jump to: navigation, search

.. back to the list of Linux Commands

Name

tee - read from standard input and write to standard output and files

Synopsis - man page

tee [OPTION]... [FILE]...

Frequently used options

-a, --append
      append to the given files, do not overwrite

Examples

Standard output redirected to file as well as to terminal:

$ free | tee tee.txt
$ cat tee.txt
Image:tee01.gif

.. back to the list of Linux Commands

Personal tools
Linux Commands