On 2007-03-06, Simon Marlow <[EMAIL PROTECTED]> wrote:
> John Goerzen wrote:
>> possible to create a pipe going directly from program A to program B.
>
> You certainly can pipe directly from one process to another:

That only works for 2 processes.  What if I have 4 processes, and want
to pipe from one to the next, all along, as in

ls -l /tmp | tr a-zA-Z | sort | md5sum

to give a contrived example

-- John

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to