Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

grep ignore repeated lines

Just comgine "sort -u" with grep command to ignore repeated lines:
grep file_name | sort -u
 
PREVIOUS NEXT
Tagged: #grep #ignore #repeated #lines
ADD COMMENT
Topic
Name
5+3 =