Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

uniq command in linux

The uniq command can count and print the number of repeated lines.
Just like duplicate lines, we can filter unique lines (non-duplicate lines)
as well 
and can also ignore case sensitivity. 
We can skip fields and characters before comparing duplicate lines 
and also consider characters for filtering lines.
Source by www.redhat.com #
 
PREVIOUS NEXT
Tagged: #uniq #command #linux
ADD COMMENT
Topic
Name
4+3 =