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’
Leave a Reply
You must be logged in to post a comment.
Filed under: General
cut -d\ -f 1 ~/.bash_history | sort | uniq -c | sort -rn | head -n 10 | sed ‘s/.*/ &/g’
You must be logged in to post a comment.
Posted on April 29th, 2010 by MianoSM
0 Comments