bug#8408: A possible tee bug?

2011-04-01 Thread George Goffe
Howdy, I have run several scripts and seen this behavior in all cases... tee somescript | tee somescript.log 21 The contents of the log is missing a lot of activity... messages and so forth. Is it possible that there are other file descriptors being used for these messages? Regards, George...

bug#8408: A possible tee bug?

2011-04-01 Thread Alan Curry
George Goffe writes: Howdy, I have run several scripts and seen this behavior in all cases... tee somescript | tee somescript.log 21 The contents of the log is missing a lot of activity... messages and so forth. Is it possible that there are other file descriptors being used for

bug#8408: A possible tee bug?

2011-04-01 Thread George Goffe
Alan, Thank you for your help. Sorry to bother you with such a trivial problem. I'm still learning unix after all these years. Sigh. Have a GREAT weekend and, again, Thanks. George... On Fri, Apr 1, 2011 at 3:41 PM, Alan Curry pacman...@kosh.dhis.org wrote: George Goffe writes: Alan,

bug#8408: A possible tee bug?

2011-04-01 Thread Alan Curry
George Goffe writes: Alan, Oops. I goofed... My apologies. The example would be this somescript | tee somescript.log 21. The intent is to capture all the output (stdout and stderr) from somescript. somescript runs several commands that may or may not utilize other FDs. I was hoping to

bug#8408: A possible tee bug?

2011-04-01 Thread George Goffe
Alan, Oops. I goofed... My apologies. The example would be this somescript | tee somescript.log 21. The intent is to capture all the output (stdout and stderr) from somescript. somescript runs several commands that may or may not utilize other FDs. I was hoping to get a better output than what

bug#8408: A possible tee bug?

2011-04-01 Thread Pádraig Brady
On 01/04/11 23:36, George Goffe wrote: Alan, Oops. I goofed... My apologies. The example would be this somescript | tee somescript.log 21. The intent is to capture all the output (stdout and stderr) from somescript. somescript runs several commands that may or may not utilize other