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