My most used command-line commands:
- 5180
git - 777
cd - 653
ls - 452
go - 440
./invoice - 377
dotnet - 373
rm - 270
vi - 225
cat - 219
ssh
Version control dominates the scene (a gentle middle finger for the youngster - you know who you are - who told me I should not be coding anymore). I also like that the list hints at the new stuff I’ve been working on recently and am excited about.
Generated with history | awk '{print $2}' | sort | uniq --count | sort --numeric-sort --reverse | head -10 and inspired by Chris De Luca.