## What are your top ten cli commands used?
```
history | awk '{cmd[$2]++} END {for(elem in cmd) {print cmd[elem] " " elem}}' | sort -n -r | head -10
Then add aliases and functions for them in your .bashrc 😉
159 cd
141 ls
133 sudo
96 ssh
78 exit
50 nvim
23 git
20 clear
19 go
15 rm
Please Login to reply.
No replies yet.