[drats_users] Asus Eeee PC dRats install

Dan Smith
Fri Sep 26 20:27:13 PDT 2008


> Also to Jim's early comment, if you want to capture output do
> "command|tee filename.txt"  that while copy the output of the command to
> both filename.txt and standard output (the terminal).

This won't always capture error messages, and the python stack traces
will go to stderr.  So, make that:

  command 2>&1 | tee filename.txt

-- 
Dan Smith
dsmith#danplanet.com, s/#/@/
www.danplanet.com
KK7DS



More information about the drats_users mailing list