Introduction - If you have any usage issues, please Google them yourself
An assignment in UNIX course.
Using fork(), exec(), dup2(), pipe(), open() system calls to do the same function of the shell command below: grep –v usr < /etc/passwd | wc –l > result.txt