Linux command line history tips

Many times I found myself typing history into the terminal and then copy/paste the command I was looking for. But, then I found the below tricks to help repeat that command faster and more efficiently. Use Control+R I found this to be the most beneficial for me. It will do a reverse search really fast! …