How to make full use of the terminal (useful commands)
From How2s
searching for files with specific contents in a folder and subfolders:
egrep -i -r "YOUR SEARCH" *
for often used commands, just type
CTRL+R
then start typing the string you are looking for

