Windows 10, Emacs 25.1
I try to find all el files in emacs folder and all subfolders:
- M-x find-name-dired
- /path/to/emacs-25.1
- *.el
Result is error:
find . "(" -iname "*.el" ")" -exec ls -ld {} ";"
File not found - "*.el"
find exited abnormally with code 2 at Sat Sep 23 18:59:43