How to append the content of one file to other using cat.

  1. cat file1 > file2

  2. cat file1, file2

  3. cat file1>>file2

  4. cat file1 < file 2


Correct Option: C

Find more quizzes: