|
|
| |
teepipe(1) |
FreeBSD General Commands Manual |
teepipe(1) |
teepipe - copy stdin to a program and stdout
teepipe program [ args ... ]
teepipe starts a pipeline to the program named on the command line, and
copies standard input to both the pipe and to standard output. Standard output
of the executed program is redirected to standard error. If an error occurs
while writing to either the pipeline or standard output, the other is closed
and teepipe exits.
Exits 0 if all data from standard input was successfully copied to both the pipe
and standard output.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |