Mail Archives: djgpp/1999/02/09/06:10:24
On Tue, 9 Feb 1999, Paul Derbyshire wrote:
> At 05:13 PM 2/8/99 -0800, you wrote:
> >where regex is a regexp (see regcomp, perhaps), and file can include any
> >of the usual DJGPP glob characters.
>
> Regcomp?
`regcomp' is one of the libc functions that handle regular expressions.
The info docs for `regcomp' includes the description of the syntax of
regular expressions, which you can use whenever you need to pass regular
expressions to Grep (or Sed).
> Globbing includes directory recursion with c:\foodir\bardir\...\file.ext?
Yes. See section 16.1 of the FAQ.
- Raw text -