Re: Is there a 'Y' (i.e. branch) version of a command pipe?

2011-01-09 Thread Modulok
On 1/8/11, Modulok modu...@gmail.com wrote: List, Is there a command that lets me send standard input to two different places at the same time? (i.e. non-sequentially.) Think of it like a pipe character, but with a 'Y' branch instead. Basically, I want to record standard input to a log file,

Is there a 'Y' (i.e. branch) version of a command pipe?

2011-01-08 Thread Modulok
List, Is there a command that lets me send standard input to two different places at the same time? (i.e. non-sequentially.) Think of it like a pipe character, but with a 'Y' branch instead. Basically, I want to record standard input to a log file, but also send it to another command for

Re: Is there a 'Y' (i.e. branch) version of a command pipe?

2011-01-08 Thread Chris Hill
On Sat, 8 Jan 2011, Modulok wrote: Is there a command that lets me send standard input to two different places at the same time? (i.e. non-sequentially.) Think of it like a pipe character, but with a 'Y' branch instead. Basically, I want to record standard input to a log file, but also send it

Re: Is there a 'Y' (i.e. branch) version of a command pipe?

2011-01-08 Thread John Levine
Is there a command that lets me send standard input to two different places at the same time? (i.e. non-sequentially.) Think of it like a pipe character, but with a 'Y' branch instead. Basically, I want to record standard input to a log file, but also send it to another command for processing. $

Is there a 'Y' (i.e. branch) version of a command pipe?

2011-01-08 Thread Robert Huff
Modulok writes: Is there a command that lets me send standard input to two different places at the same time? (i.e. non-sequentially.) Think of it like a pipe character, but with a 'Y' branch instead. Basically, I want to record standard input to a log file, but also send it to another

Re: Is there a 'Y' (i.e. branch) version of a command pipe?

2011-01-08 Thread Jon Radel
On 1/8/11 10:30 PM, Modulok wrote: List, Is there a command that lets me send standard input to two different places at the same time? (i.e. non-sequentially.) Think of it like a pipe character, but with a 'Y' branch instead. Basically, I want to record standard input to a log file, but also