find-dired

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


(find-dired DIR ARGS)

Run `find' and go into Dired mode on a buffer of the output.
The command run (after changing into DIR) is essentially

find . \( ARGS \) -ls

except that the car of the variable `find-ls-option' specifies what to
use in place of "-ls" as the final argument.