Find command

Find a file

find . -name filename

Find with regex

find . -name foo\*bar