find-name-dired

find-name-dired is an interactive autoloaded compiled Lisp function in `find-dired.el'.


(find-name-dired DIR PATTERN)

Search DIR recursively for files matching the globbing pattern PATTERN,
and run Dired on those files.
PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
The default command run (after changing into DIR) is

find . -name 'PATTERN' -ls

See `find-name-arg' to customize the arguments.