Skip to content

Instantly share code, notes, and snippets.

@miya0001
Created October 31, 2012 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miya0001/3988074 to your computer and use it in GitHub Desktop.
Save miya0001/3988074 to your computer and use it in GitHub Desktop.
のぼりんに教えてもらった.bash_historyからコマンドの使用回数ベストテン
cut -d ' ' -f1 ~/.bash_history | sort | uniq -c | sort -r | head -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment