On 2011-12-29 13:51, John BORIS wrote:

Just to recap, I tried
sh -iv |&  tee /tmp/log with tail -f /tmp/log
run-my-program | tee /tmp/log
run-my-program | tee -a /tmp/log
run-my-program 2>&1


either:
    script
    run-your-program

or
    run-your-program >/tmp/run-your-program.log 2>&1


--
Yves.                                                  http://www.SollerS.ca/
                                                       http://ipv6.SollerS.ca
                                                       http://blog.zioup.org/
_______________________________________________
Tech mailing list
[email protected]
https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech
This list provided by the League of Professional System Administrators
http://lopsa.org/

Reply via email to