Function: eshell/ff
eshell/ff is a and interactive for find-name-dired,
defined in find-dired.el.gz.
Signature
(eshell/ff DIR PATTERN)
Documentation
Search DIR recursively for files matching the globbing 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.
Key Bindings