From: "kitepilot@kitepilot.com" ------------------------------------------------------ This has been bothering me for years now... Sometimes when I 'tee' a command, like: ./run=============================================================== From: Garrett Gaston ------------------------------------------------------ man tee :)
=============================================================== From: William Wade ------------------------------------------------------ serve tee -type 'Earl Gray' -temp hot
=============================================================== From: Sean Brewer ------------------------------------------------------ tee will run indefinitely until it receives something. If the script put nothing in stdout, tee will just sit there.
=============================================================== From: Dan Lyke ------------------------------------------------------ On Fri, 30 Nov 2012 11:06:28 -0500 "kitepilot@kitepilot.com" wrote:
=============================================================== From: "kitepilot@kitepilot.com" ------------------------------------------------------ Yes, I am sure that the script finished. I *MAY* be able to build a test case... Thanks! ET Dan Lyke writes:
=============================================================== From: Sean Brewer ------------------------------------------------------ Another thought: does the script actually run to begin with?