Unix/Linux Commands and Shell Scripting

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

How can you append the output of a command to a file?

  1. command << file
  2. command > file
  3. command <> file
  4. command >> file
Change Mode