Shell history command count
bash:
history | awk '{print $2}' | sort | uniq -c | sort -rn | head
zsh:
history -1000 | awk '{print $2}' | sort | uniq -c | sort -rn | head
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Mark James Adams http://raysend.com/mark/
history | awk '{print $2}' | sort | uniq -c | sort -rn | head
history -1000 | awk '{print $2}' | sort | uniq -c | sort -rn | head
defaults write uk.co.opencommunity.vienna2 CheckFrequencyInSeconds 60
curl -u username:password -d status="<What are you doing?>" http://twitter.com/statuses/update.xml
/opt/local/lib/postgresql81/bin/pg_ctl -D /opt/local/var/db/postgresql81/defaultdb/ start
set convert-meta off set meta-flag on set output-meta on
set dspmbyte=utf8
:set enc=utf-8 :set fenc=utf-8