DEV Community

Discussion on: 10 Terminal Commandments for Coding Newbies

Collapse
 
napcoder profile image
Marco Travaglini

You know the sensation when you need to re-execute that very complicated command you run few days or week ago and you cannot remember anything but a word? history | grep that-word saved my life a lot of time

Collapse
 
rbgrouleff profile image
Rasmus Bang Grouleff

In Bash you are also able to search in your history with CTRL+r :)

Collapse
 
napcoder profile image
Marco Travaglini

I have to remember this one, thanks