Topic
Console and file I/O
Skill drills that cover this topic
- CSCD240-E1-A-Q03 performance io-redirection Cause executable grader to run with stdout redirected to report.txt. pwd is part of PATH.
- CSCD240-E1-A-Q35 performance redir-stderr Send only stderr of "scan /etc/shadow" to errors.log; keep stdout on terminal.
- CSCD240-E1-A-Q36 performance redir-merge Send BOTH stdout and stderr of build.sh into build.log.
- CSCD240-E1-A-Q40 essay evaluation-order sort data.txt > data.txt — what happens to data.txt and why?
- CSCD240-E1-B-Q15 performance redir Send only stderr of "scan /etc/shadow" to errors.log; leave stdout on terminal.
- CSCD240-E1-B-Q16 performance redir Send BOTH stdout and stderr of build.sh to build.log.
- CSCD240-E1-C-Q05 multiple_choice redir Which redirection sends only stderr of a command to a file err.log?