Which of the following commands will append its output to
output.file
?
- echo Testing > output.file
- echo Testing >> output.file
- output.file < echo Testing
- echo Testing -> output.file
Please login or Register to submit your answer