📚 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?
- command << file
- command > file
- command <> file
- command >> file