Created
April 22, 2011 02:43
-
-
Save morygonzalez/935909 to your computer and use it in GitHub Desktop.
http://d.hatena.ne.jp/tokuhirom/20060924/1159057218 がうまく動かなかったのでちょっと改変
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perl -pe 's/.+;//' ~/.zsh_history | awk 'BEGIN {FS="|"} {print $1}' | sort | uniq -c | sort -nr | head -10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment