Previous | Next

grep -r

grep -r: recursive

        searches all subdirectories

Specify a starting place:

grep -r pattern .
Note the dot -- it's important.

"Start from the current directory."