search ubuntu console code example
Example: ubuntu terminal search command
Ctrl + R <command_part>
# e.g CTRL + R mv
# will search for recent usage of 'mv' commmand
# Keep pressing CTRL + R to move back to your histroy
# or CTRL + S to move forward