Multiple choice Which command is used to combine the contents of two files? merge comm sort join uniq Reveal answer Fill a bubble to check yourself D Correct answer Explanation The join command is used to merge the contents of two files. Usage : join file1 file2