Previous: , Up: Working Across Directories   [Index]


9.4.4.2 Find Wrapper Commands

To recursively apply a dired or shell command, use Emac’s find wrapper commands.

All commands take the output of find and build a dired buffer relative to a starting directory. Emacs is clever enough to notice the relative paths in what was the filename portion of the buffer. All commands in dired work as usual.

CommandsDescription
find-diredCalls find with a pattern
find-name-diredCalls find with ‘-name’ using glob patterns
find-grep-diredCalls find and grep
find-lisp-find-diredUses Emacs and regexp to find files (elisp implementation)
does not use shell globbing