LPI
117-101 · Question #142
117-101 Question #142: Real Exam Question with Answer & Explanation
The correct answer is D. the command foobar receives its stdin from the stdout of foo.. See the full explanation below for the reasoning.
Question
In the command foo < bar | foobar, which ONE of the following statements is correct?
Options
- Athe stdout from the command foobar issaved to the file foo.
- Bthe stdout from the command foo is saved to the file foobar.
- Cthe command foobar receives its stdin from the stderr of foo.
- Dthe command foobar receives its stdin from the stdout of foo.
- Ethe command bar receives its stdinfrom the contents of the file foobar.
Community Discussion
No community discussion yet for this question.