💻 Software
In Emacs how can I search a directory and all subdirectories for a filename?
Fresh7 days ago
Mar 15, 20268463 viewsConfidence Score0%
0%
Problem
In Emacs how can I search a directory and all subdirectories for a filename?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: In Emacs how can I search a directory and all subdirectories for a filename?
Low Risk
You can use . It will ask for a directory and a wildcard pattern, so you can enter something like and have all files with "thing" in the name listed in a dired buffer. More here: http://emacswiki.org/emacs/RecursiveGrep (along with a snippet that le…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix