dotfiles/scripts/top-used-commands.sh

1 line
77 B
Bash
Executable File

history | awk '{$1=""}1' | awk '{$1=$1}1' | sort | uniq -c | sort -bgr | more