How can you search through the last commands you executed for a specific one with a certain keyword? 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.