Multiple choice

The _____ command executes the given command and stores the standard output of that command in to one or more files.

  1. wc

  2. tee

  3. top

  4. cal

  5. ln

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The tee command executes the given command and stores the standard output of that command into one or more files.

Syntax : tee [OPTION]... [FILE]..