My most used bash commands
$ history | awk '{print $2}' | sort | uniq --count | sort --numeric-sort --reverse | head -10
7410 git
5123 ls
4004 cd
2686 vim
880 sudo
689 python
559 pyperformance
540 rm
535 make
531 grep
Inspired by https://bsky.app/profile/andreagrandi.it/post/3lequk7xpg22i
$ history | awk '{print $2}' | sort | uniq --count | sort --numeric-sort --reverse | head -10
7410 git
5123 ls
4004 cd
2686 vim
880 sudo
689 python
559 pyperformance
540 rm
535 make
531 grep
Inspired by https://bsky.app/profile/andreagrandi.it/post/3lequk7xpg22i
Reposted from
Andrea Grandi
My ZSH history www.andreagrandi.it/posts/my-zsh...
#zsh #bash #shell #history #blogging
#zsh #bash #shell #history #blogging
Comments