In Emacs how can I search a directory and all subdirectories for a filename?
|
You can use More here: http://emacswiki.org/emacs/RecursiveGrep (along with a snippet that lets you skip writing out the stars too). |
|||
|
|
|
In dired, you can list all the subdirectories of the visited directory by moving to the first line and pressing On Linux, or Windows with Cygwin utilities, or other unix-like system with GNU find, a quick-and-dirty hack is
On any system that has unix tools available, you can run the |
|||
|
|
|
You can open: |
|||