Answers

Question and Answer:

  Home  Linux Shell

⟩ cat < file1 >> file2 | file3 a) file1 content will be appended to file2 and finally stored in file3 b) file1 content will be appended to file2 and file3 will be ignored c) file2 and file3 will have same content d) syntax error

d) syntax error

 139 views

More Questions for you: