Skip to content

Instantly share code, notes, and snippets.

@tarcisiozf
Created July 18, 2019 18:01
Show Gist options
  • Save tarcisiozf/20a0a4d340b8087fc5c5f291ade17793 to your computer and use it in GitHub Desktop.
Save tarcisiozf/20a0a4d340b8087fc5c5f291ade17793 to your computer and use it in GitHub Desktop.
count duplicated lines
alias count-duplicates='function _ccdup(){ sort $1 | uniq -c | sort -nr; };_ccdup'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment