📚 Practice Mode

Unix/Linux Commands and Shell Scripting

Learn at your own pace with hints and detailed explanations

1 / 20
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