Created
October 17, 2012 16:33
-
-
Save avambro/3906572 to your computer and use it in GitHub Desktop.
mostrar los 10 comandos que mas utilizas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Muestra los 10 comandos que más utilizas y el número de veces que los has usado. | |
"history| awk '{print $2}' | sort|uniq -c| sort -r -n|head" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment