Find most used history command Wed 27 July 2016 $ awk '{print $1}' ~/.bash_history | sort | uniq -c | sort -n shell