Q575
cat > 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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board