Multiple choice

Which of the following commands is used to concatenate the files?

  1. Command1 Command2

  2. Command &

  3. Cat file1 file2 > file0

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

 This command concatenates file1 and file2 to file0.