HW12
COP-3402
- Why doesn't a program have to open the standard in file?
- What files comprise standard I/O?
- Write a bash command that uses
ls -l
andgrep
to find lines matching "rw" as a single pipeline. - Write a snippet of code creates a pipe between two processes that redirects the first on's standard out to the second one's standard in. Use any programs you like.