# syntax # find *</path/to/dir> '(' *<Filter-1> *<and/or-operator> *<filter-2> ')' # example find . '(' -name "Test*.pm" -a ! -name 'Useless*' ')'