Last Updated: February 25, 2016
·
689
· abimaelmartell

see most used commands

To see what are the most used commands on your system, type in your terminal

history|awk '{print $2}'|sort|uniq -c|sort -rn|head -10

I got this results on my laptop :)

Picture

1 Response
Add your response

ruby developer ;)

over 1 year ago ·