Multiple choice Which of the following commands is used to concatenate the files? Command1 Command2 Command & Cat file1 file2 > file0 None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation This command concatenates file1 and file2 to file0.