Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 501 Bytes

Stats-your-top-10-commands.md

File metadata and controls

26 lines (20 loc) · 501 Bytes
  • Date : 2016-03-26
  • Tags : #sysadmin #bash #command-line

Stats your top-10 frequently commands

Run this command, it will show top-10 frequently commands, explain shell

$ history | awk '{print $2}' | sort | uniq -c | sort -nr | head

Example result

2064 git
1284 ls
 826 cd
 700 ssh
 602 clear
 491 python
 473 exit
 341 vagrant
 242 export
 167 ping