Top ten commands used in your bash history:
Filed under: General
cut -d\ -f 1 ~/.bash_history | sort | uniq -c | sort -rn | head -n 10 | sed ‘s/.*/ &/g’
Filed under: General
cut -d\ -f 1 ~/.bash_history | sort | uniq -c | sort -rn | head -n 10 | sed ‘s/.*/ &/g’
Posted on April 29th, 2010 by MianoSM
No Comments »