Multiple choice Which command is used to remove the duplicate adjacent lines from a file? cut uniq which none of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation The 'uniq' command removes the duplicate adjacent lines from a file.