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?
- command << file
- command > file
- command <> file
- command >> file
Casual Mode - Take your time!
How can you append the output of a command to a file?