how to search for a file in a folder using terminal in ubuntu 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.