Skip to content

Instantly share code, notes, and snippets.

@avambro
Created October 17, 2012 16:33
Show Gist options
  • Save avambro/3906572 to your computer and use it in GitHub Desktop.
Save avambro/3906572 to your computer and use it in GitHub Desktop.
mostrar los 10 comandos que mas utilizas
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