Skip to content

Instantly share code, notes, and snippets.

@mjakinowittering
Created November 23, 2014 16:25
Embed
What would you like to do?
Removing Duplicate Lines With Sort, Uniq and Shell Pipes
# Removing Duplicate Lines With Sort, Uniq and Shell Pipes
sort {file-name} | uniq -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment