How to search history commands very effectively in bash shell command line?
Posted on In QAHow to search history commands very effectively in bash shell command line?
Just enter CTRL+r
The function of above is: (reverse-i-search)`’:
It is very fast and efficient.