| delorie.com/archives/browse.cgi | search |
| From: | tage DOT westlund AT stockholm DOT mail DOT telia DOT com (Tage Westlund) |
| Subject: | Re: Elementary Problem with find |
| 23 Oct 1997 05:04:02 -0700 : | |
| Message-ID: | <344F2A66.57BE.cygnus.gnu-win32@stockholm.mail.telia.com> |
| References: | <199710230340 DOT NAA09221 AT mali DOT cd DOT comdyn DOT com DOT au> |
| Reply-To: | tage DOT westlund AT stockholm DOT mail DOT telia DOT com |
| Mime-Version: | 1.0 |
| To: | gnu-win32 AT cygnus DOT com |
Make your own find:
bash$ cd .../gnuwin32/b18/H-i386-cygwin32/bin
bash$ cp find.exe gnufind.exe
bash$ cd /...
bash$ gnufind . -name *.c -print
Find all instances of the word "include" in .h files:
bash$ gnufind . -name *.h -exec grep include {} \; -print
This will work!
Tage
-
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".
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |