[Malvern] Streaming "C" progs.

Andy Dixon andy at andydixon.com
Tue Mar 21 13:03:53 GMT 2006


On 21 Mar 2006, at 12:50, Geoff Bagley wrote:

> If "C" programmes contain the header stdio.h,  as I think most of  
> them do, then can you just
> "pipe" the output of one to the next ?  E.g. :  ./prog1 | ./prog2  
> |  etc.  ?
>
> Geoff.
>

As long as the C program is sending output to STDOUT, you should be  
fine.

Andy



More information about the Malvern mailing list