Skip to content

Instantly share code, notes, and snippets.

@luca-m
Created July 24, 2018 07:27
Show Gist options
  • Save luca-m/4603cae68de363bd797f550c2dda8d2d to your computer and use it in GitHub Desktop.
Save luca-m/4603cae68de363bd797f550c2dda8d2d to your computer and use it in GitHub Desktop.
shell stats
alias stats='sort | uniq -c| sort -n | sed "s/^\s+//g"'
alias histo='while read n d; do (printf "%s\t%$((n/3))s\n" "$d" = | tr ' ' '=' ); done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment