Developer(s) | AT&T Bell Laboratories, Mike Parker, Richard Stallman, David MacKenzie, Microware, Jim Hall, JP Software, Microsoft |
---|---|
Initial release | June 1974 |
Written in | C |
Operating system | Unix, Unix-like, Plan 9, Inferno, OS-9, FreeDOS, Windows, ReactOS, IBM i |
Platform | Cross-platform |
Type | Command |
License | FreeDOS: GPL-2.0-or-later ReactOS: GPLv2 Plan 9: MIT License |
In computing, tee
is a command in command-line interpreters (shells) using standard streams which reads standard input and writes it to both standard output and one or more files, effectively duplicating its input.[1] It is primarily used in conjunction with pipes and filters. The command is named after the T-splitter used in plumbing.[2]