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