Friday, August 4, 2017

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. f you mainly use Linux for […]

The post How To List Your Most Used Commands In Terminal? appeared first on Fossbytes.


How To List Your Most Used Commands In Terminal?
read more

No comments:

Post a Comment

Playing Grand Theft Auto Inside A Neural Network’s Hallucination? It’s Possible!

Ever imagined what a Neural Network's hallucination would look like? The post Playing Grand Theft Auto Inside A Neural Network’s Halluc...