You are not logged in.
Pages: 1
The "uniq" command is a Unix utility that filters out adjacent duplicate lines from a file, meaning it only outputs unique lines. It reads an input file or standard input and compares each line with the previous one, omitting any duplicates.
Pages: 1