diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/efaq-w32.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi index 8e067a7a269..cdd01e47f00 100644 --- a/doc/misc/efaq-w32.texi +++ b/doc/misc/efaq-w32.texi | |||
| @@ -1820,7 +1820,8 @@ If you want a quick solution without installing extra tools, a poor | |||
| 1820 | substitute that works for simple text searches is to specify the built | 1820 | substitute that works for simple text searches is to specify the built |
| 1821 | in Windows command @command{findstr} as the command to run at the | 1821 | in Windows command @command{findstr} as the command to run at the |
| 1822 | @kbd{M-x grep} prompt. Normally you will want to use the @option{/n} | 1822 | @kbd{M-x grep} prompt. Normally you will want to use the @option{/n} |
| 1823 | argument to @command{findstr}. | 1823 | argument to @command{findstr}, to have it print the line numbers for |
| 1824 | each hit. | ||
| 1824 | 1825 | ||
| 1825 | @menu | 1826 | @menu |
| 1826 | * Recursive grep:: | 1827 | * Recursive grep:: |
| @@ -1860,7 +1861,8 @@ path to the findutils @command{find} command. | |||
| 1860 | An alternative if you have a recent version of grep is to customize | 1861 | An alternative if you have a recent version of grep is to customize |
| 1861 | @code{grep-find-command} to use @samp{grep -r} instead of both find | 1862 | @code{grep-find-command} to use @samp{grep -r} instead of both find |
| 1862 | and grep. Another alternative if you don't need the full capabilities | 1863 | and grep. Another alternative if you don't need the full capabilities |
| 1863 | of grep is to use @samp{findstr /n /r}. | 1864 | of grep is to use @samp{findstr /n /r}; add the @samp{/s} option if |
| 1865 | you want a recursive search. | ||
| 1864 | 1866 | ||
| 1865 | @c ------------------------------------------------------------ | 1867 | @c ------------------------------------------------------------ |
| 1866 | @node Developing with Emacs | 1868 | @node Developing with Emacs |