Trivial changes.

This commit is contained in:
Chris Lane
2013-08-26 19:19:52 -04:00
parent 37b9e84497
commit bf290ea5b7
4 changed files with 4 additions and 7 deletions

View File

@ -1,2 +1,3 @@
# To see most used top 10 commands:
history | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n10
history | awk '{CMD[$2]++;count++;}END { for (a in CMD)print CMD[a] " " CMD[a]/count*100 "% " a;}' | grep -v "./" | column -c3 -s " " -t | sort -nr | nl | head -n10