HW11
COP-3402
- What files comprise standard I/O?
- Write a bash command that uses grep to find lines matching "hello" from standard in, redirected from a file called "my.in".
- Why doesn't a program have to open the standard out file?
- What syscall duplicates file descriptors (there is more than one answer)?
- Write a snippet of code that redirects a process's standard out to a file called "my.out".