I found this command on a website, thought I would share it here,
Type the following command in the terminal/konsole:
it lists the most used commands along with the number of times it has been used
here is my result
Type the following command in the terminal/konsole:
Code:
$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
here is my result
Code:
83 sudo
34 cd
29 ls
17 fortune
9 exit
6 tar
6 gedit
5 python
5 locate
5 cal