Vidyalelo
Computer Science · Q575

Linux

Engineering and GATE · Computer Science · question 575

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board