The life of a PhD Candidate in Software Engineering
Something simple and useful. Finding the duplicate lines in UNIX is done with the following series of commands:
sort [file] | uniq -c | awk '$1 !~/1/'
Name (required)
Mail (will not be published) (required)
Website
0 Responses to “Finding duplicate lines with sed”