Find or search files in unix by text.
# finds files containing pattern starting from this directory grep -rnw './' -e "pattern"