sebastiandaschner blog
My Most Used CLI Commands
tuesday, december 27, 2022As you might know, I’m spending a lot of time on the command line. In this video, I’m showing the CLI commands and features that I use the most, and that are part of my everyday work.
Most-Used Commands & Shell Features
And this is the command how to get the history with your most used commands in Zsh:
sed 's/^[^;]\+;//g' ~/.zsh_history | sort | uniq -c | sort -nr | head -n 20
More Information
- My Dotfiles on GitHub
- Using Git on The Command Line Effectively
- Using the Command Line as File Explorer
- Developer Productivity Masterclass
Found the video useful? Then you might enjoy my Developer Productivity Masterclass.