Function: eshell/ff

eshell/ff is a function alias 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

Aliases

eshell/ff