What command will remove duplicate lines from a sorted file? seenagape 13 years ago What command will remove duplicate lines from a sorted file? A.filter B.trim C.uniq D.wc Explanation: uniq – remove duplicate lines from a sorted file ← Previous question Next question →