Multiple choice

Which command is used to combine the contents of two files?

  1. merge

  2. comm

  3. sort

  4. join

  5. 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