Re: Trouble with pipe function

From: Alwyn (dt015a1979_at_mac.com.invalid)
Date: 10/31/04


Date: Sun, 31 Oct 2004 09:19:57 +0000

In article <2uitl4F268o7dU1@uni-berlin.de>, Craig Bumpstead
<cbumpste@yahoo.com.au> wrote:
>
> I am having trouble with the pipe function.
> Currently I can list the contents of a directory via readdir(), but
> trying to get the pipe to work is difficult.

It's not so hard if you follow the guidelines, which are available in
all sorts of different places. There is a good explanation and some
example code here:
<http://jan.netcomp.monash.edu.au/OS/l9_1.html>

Alwyn



Relevant Pages

  • Re: Trouble with pipe function
    ... cbumpste@yahoo.com.au (Craig Bumpstead) writes: ... > I am having trouble with the pipe function. ... > Currently I can list the contents of a directory via readdir(), ...
    (comp.unix.programmer)
  • Re: Trouble with pipe function
    ... Alwyn wrote: ... >>I am having trouble with the pipe function. ... >>Currently I can list the contents of a directory via readdir(), ...
    (alt.comp.lang.learn.c-cpp)