Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How can I run grep-find from an elisp function?

5 views
Skip to first unread message

BobD

unread,
Feb 17, 2021, 7:30:40 PM2/17/21
to
Using Windows 7
Emacs 27.1

When I run grep-find, it displays this in the mini-buffer:
Q:/Cygwin/bin/find.exe . -type f -name '*' -exec Q:/Cygwin/bin/grep.exe -nH -i "{}" ";"

I insert a search string like this:
Q:/Cygwin/bin/find.exe . -type f -name '*' -exec Q:/Cygwin/bin/grep.exe -nH -i blabba "{}" ";"

How can I run grep-find with that from an elisp function?
0 new messages