September 3, 2007 • Tagged help, programming, and unix
tee is a Unix command that displays the output of a program and copies it into a file. lint program.c | tee program.lint
lint program.c | tee program.lint
Discuss this with me on Twitter or suggest a change.
Related Posts: