dotfiles/scripts/top-used-commands.sh
2023-07-23 19:28:30 +02:00

1 line
77 B
Bash

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