×

tee

Unix-like operating system command
In computing, tee is a command in command-line interpreters using standard streams which reads standard input and writes it to both standard output and one or more files, effectively duplicating its input. It is primarily used in conjunction with... Wikipedia
Function: Copy standard input to each FILE, and also to standard output
Syntax: tee OPTIONS FILE...
Developer(s): AT&T Bell Laboratories, Mike Parker, Richard Stallman, David MacKenzie, Microware, Jim Hall, JP Software, Microsoft
Initial release: June 1974; 49 years ago
License: FreeDOS: GPL-2.0-or-later; ReactOS: GPLv2; Plan 9: MIT License
Written in: C