Results 1 to 1 of 1
Hello friends,i am into Unix systems programming,i studied various IPC,but i cannot implement a pipe,
Ex:I wanted to say who|wc -l from withing my C program,so that whn i run ...
- 01-29-2009 #1Just Joined!
- Join Date
- Jan 2009
- Location
- Hyderabad(India)
- Posts
- 23
Implementing "|" in C
Hello friends,i am into Unix systems programming,i studied various IPC,but i cannot implement a pipe,
Ex:I wanted to say who|wc -l from withing my C program,so that whn i run a.out,it should give me the desired output.I tried the system call pipe(fd) all in vain.
I want some inputs from you


Reply With Quote