QuestionQ194
Essential CommandsGiven the following command line:
echo "foo bar" | tee bar | cat
Which of the following outputs is produced?
- A cat
- B foo bar
- C tee bar
- D bar
- E foo
Given the following command line:
echo "foo bar" | tee bar | cat
Which of the following outputs is produced?
Community Discussion