Tuesday, May 09, 2006

Understanding piping std stin stderr

A nice summary here:
http://learnlinux.tsf.org.za/courses/build/shell-scripting/ch01s04.html Link
So if you were running a program and wanted stderr and stdout to go to a log file
make add 2>&1 | tee test

0 Comments:

Post a Comment

<< Home