unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* findstr arguments issue in efaq-win32
@ 2019-06-08 14:30 范凯
  2019-06-08 15:49 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: 范凯 @ 2019-06-08 14:30 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

In the last pargraph of "Recursive grep" findstr command line was described as:

   An alternative if you have a recent version of grep is to customize
‘grep-find-command’ to use ‘grep -r’ instead of both find and grep.
Another alternative if you don’t need the full capabilities of grep is
to use ‘findstr /n /r’.



The correct command line should be "findstr /n /r /s" the /r option enables regexp, /s option means recursive into sub-directory.


Thanks,
Kai

[-- Attachment #2: Type: text/html, Size: 712 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: findstr arguments issue in efaq-win32
  2019-06-08 14:30 findstr arguments issue in efaq-win32 范凯
@ 2019-06-08 15:49 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2019-06-08 15:49 UTC (permalink / raw)
  To: 范凯; +Cc: emacs-devel

> Date: Sat, 8 Jun 2019 22:30:23 +0800 (CST)
> From: 范凯 <m_pupil@163.com>
> 
> In the last pargraph of "Recursive grep" findstr command line was described as:
> 
>    An alternative if you have a recent version of grep is to customize
> ‘grep-find-command’ to use ‘grep -r’ instead of both find and grep.
> Another alternative if you don’t need the full capabilities of grep is
> to use ‘findstr /n /r’.
> 
> The correct command line should be "findstr /n /r /s" the /r option enables regexp, /s option means recursive
> into sub-directory.

Thanks, fixed.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-08 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-08 14:30 findstr arguments issue in efaq-win32 范凯
2019-06-08 15:49 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).