While on Mastodon today I found this post, and wanted to share my most used commands too.
So, after running this command:
history | awk '{print $2}' | sort | uniq -c | sort -nr | head -n 10
This is the output:
99 git
49 cd
38 vim
35 docker
34 middleman
26 sh
16 exit
10 ssh
8 ls
8 curl
Now is your turn, what are your most used commands?