Which of the following commands will append its output to output.file?

Which of the following commands will append its output to output.file?Category: Linux EssentialsAuthor "LinuxQuestions"Which of the following commands will append its output to output.file?
Linux Questions Staff asked 1 year ago

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

About the author