my_upipe
"cat /etc/passwd" "grep root"
Your program must except two arguments, each argument will be double-quoted, and your program must respond as the shell pipe:
cat /etc/passwd | grep root
Your program must respond gracefully to fewer or more than two arguments, by informing the user the proper syntax of the command.
To | soner@cs.uchicago.edu |
Attachment | username.lab4.tgz |
Subject | CSPP51081 Lab 4 |