A screenshot of a terminal. It reads: $ date Sun Mar 2 02:54:21 PM MST 2025 $ date --date=$(sed -n '/^#/{s/#/@/;p;q;}' $HISTFILE) Sat Jul 6 09:41:13 PM MDT 2024 $ grep -v ^# $HISTFILE|awk '$1 == "go" || $1 == "git" {print $1, $2; next} {print $1}'|sort|uniq -c|sort -n --reverse|head 4609 ls 4490 git grep 3730 make 2773 grep 2474 gitk 2365 cd 2358 git gui 1712 git status 1399 git rebase 1279 find
https://cdn.fosstodon.org/media_attachments/files/114/095/066/982/541/701/original/2eae6e6bf9ee8afb.png