Mail Archives: cygwin/1998/02/20/16:47:09
Hi Christopher, you wrote:
: Here's a hint:
:
: cd /usr/include # or wherever your include directory is
: find . -name *.h | xargs grep one-of-the-defines-you-are-referring-to
Here's mine:
find /usr/include '*.h'|xargs grep foo /dev/null
to force grep to print the filename, in case there would be only one.
Bye, Heribert (dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de)
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -