search in ubuntu 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/ -iname filename
Example 3: search file in ubuntu
$ find /path/to/file/