LAB4-CP1-Q3
2>&1
Checkpoint 1: Output Redirection
3 pts
Merge stdout+stderr to one file with 2>&1.
Exam questions that reference this lab question
- CSCD240-E1-A-Q36 directly_tests Send BOTH stdout and stderr of build.sh into build.log.
- CSCD240-E1-B-Q16 directly_tests Send BOTH stdout and stderr of build.sh to build.log.
- CSCD240-E1-C-Q39 directly_tests Send BOTH stdout and stderr of make into merged.log (full example).