Comments on Linux Uniq Command Tutorial for Beginners (10 examples)
The uniq command reports or even deletes repeated lines in a file. In this article, we will discuss uniq through easy to understand examples.
2 Comment(s)
Add comment
Comments
By: djf
Very good article - for the ignore f=field - is there a way to change the default field separator (e.g. : in the /etc/password file)?
By: John
How to make uniq search for a date in format YYYY-MM-DD and skip everything before it?