ubuntu find location of file code example
Example 1: terminal how to find a file name
find / -name NAME.EXTENSION
Example 2: ubuntu search for command used
> grep "the_search" ~/.bash_history
--Don't forget the -i flag if you need case insensitive search.