Date: Mon, 8 Feb 1999 09:57:46 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: ptrdiff_t In-Reply-To: <3.0.6.32.19990207213333.0081a3f0@pop.netaddress.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 7 Feb 1999, Paul Derbyshire wrote: > I've never been ableto get gnu grep to work. :P Here's a Grep command to find a fixed string ptrdiff_t in all the DJGPP header files: fgrep "ptrdiff_t" c:/djgpp/include/.../*.h (The quotes around ptrdiff_t are not necessary in this case, but if the string includes whitespace or file name wildcards, it must be quoted.) > The documentation is obfuscated ... reads like a reference manual. It's > obviously geared to people who are already familiar with grep, not for grep > newbies. I think the docs is rather clear. It *is* true that you must to dwell on it a little, but that's always the case with any non-trivial program.