Skip to content

Instantly share code, notes, and snippets.

@ngn999
Created July 21, 2012 08:28
Show Gist options
  • Save ngn999/3155115 to your computer and use it in GitHub Desktop.
Save ngn999/3155115 to your computer and use it in GitHub Desktop.
统计最常用的10条命令
history | perl -anle '$c{$F[3]}++; END{@keys = sort { $c{$b} <=> $c{$a}} keys %c; foreach(@keys){print;}}'
| head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment