how to search for file in terminal code example
Example: ubuntu search for command used
> grep "the_search" ~/.bash_history
--Don't forget the -i flag if you need case insensitive search.
> grep "the_search" ~/.bash_history
--Don't forget the -i flag if you need case insensitive search.