Q. Which command is used to combine the contents of two files?
β
Correct Answer: (C)
COPY file1+file2
Explanation: COPY command with '+' merges two files into one.