Most used commands

I once discovered a snippet to show one’s most used commands.

One more time!

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

The last time I did this I was using a different OS:

    177 exit
    144 git
    98 cd
    90 ls
    88 ssh
    57 mutt
    32 hugo
    31 dokku
    29 dig
    22 sudo

Today it’s a bit different:

    543 task
    149 exit
     52 cd
     37 ls
     37 less
     31 mutt
     24 ssh
     20 toot
     19 jq
     15 nvim

I task like no one’s bees’ wax!