Find
Use regular expression to specify file pattern
find . -regex 'pattern'
Don’t forget to single quote pattern to preven shell substitute.
Use -regextype to specify regular express type. Default is emacs.
Operators (AND, OR)
-orOR-andAND!NOT( expr )Force precedence
Limit depth
-maxdepth <num>