find . -type f -name "filename.txt"
find . -type f -name "*partial*"
grep -rnw '/the/path/where/to/search/' -e 'pattern'
source
Contents: