How To List Your Most Used Commands In Terminal?

Short Bytes: Using the history command in bash shell, you can get a list of all the commands that you’ve run previously on your machine. Going one step further, you can even list the most used commands in terminal. For doing this, the records from .bash_history file is used. If you mainly use Linux for […]