Category

Linux Command


Usage

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


Manual

Copy standard input to each FILE, and also to standard output.

  • -a, --append: append to the given FILEs, do not overwrite
  • -i, --ignore-interrupts: ignore interrupt signals
  • --help: display this help and exit
  • --version: output version information and exit

If a FILE is -, copy again to standard output.

 


Share your experience or ask a question