Scott Robinson Technical Lead

Find Your Most Used Bash Commands

If you want to see what your most used commands are within Terminal (will work on Linux too). You can run this command:

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

Found this useful? Everything here is free and stays that way. If it saved you an afternoon, you can buy me a coffee.