nerdexam
LPI

101-500 · Question #43

When given the following command line. echo "foo bar" | tee bar | cat Which of the following output is created?

The correct answer is B. foo bar. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

GNU and Unix Commands

Question

When given the following command line. echo "foo bar" | tee bar | cat Which of the following output is created?

Options

  • Acat
  • Bfoo bar
  • Ctee bar
  • Dbar
  • Efoo

How the community answered

(37 responses)
  • A
    11% (4)
  • B
    78% (29)
  • C
    3% (1)
  • D
    3% (1)
  • E
    5% (2)

Explanation

You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Topics

#pipes#tee command#stdin/stdout redirection#command chaining

Community Discussion

No community discussion yet for this question.

Full 101-500 Practice