Q.

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
Answer» D. syntax error
986
0
Do you find this helpful?
1

Discussion

No comments yet