dotfiles/scripts/top-used-commands.sh

1 line
77 B
Bash
Raw Normal View History

2023-07-23 19:28:30 +02:00
history | awk '{$1=""}1' | awk '{$1=$1}1' | sort | uniq -c | sort -bgr | more