hayio
12/2/2016 - 12:08 PM

Find or search files in unix by text.

Find or search files in unix by text.

# finds files containing pattern starting from this directory
grep -rnw './' -e "pattern"