command to search on unbuntu code example
Example 1: ubuntu search for command used
> grep "the_search" ~/.bash_history
--Don't forget the -i flag if you need case insensitive search.
Example 2: search file in ubuntu
$ find /path/to/file/
> grep "the_search" ~/.bash_history
--Don't forget the -i flag if you need case insensitive search.
$ find /path/to/file/