Find which terminal commands you use more
just enter the command below:
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
Written by Anderson Pierre Cardoso
Related protips
3 Responses
oh, my is 'ls'
over 1 year ago
·
Cool one! :D Git (large gap here) > cd > ls > vim. Funny to know. :-)
An array in Awk... And ending this in head. I like this. Marked.
PS. Below, not bellow (the latter has a different meaning). ;-)
over 1 year ago
·
ssh, followed by an ssh alias, scp, ls, and ping.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Zsh
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#