| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| From: | Christopher_Jones AT baynetworks DOT com (Christopher Jones) |
| To: | "'cygwin cygwin'" <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | RE: recursive grep |
| Date: | Tue, 14 Sep 1999 15:36:30 -0400 |
| Message-ID: | <006701befee8$71f51ef0$effcf584@rtp-cbjones.corpeast.baynetworks.com> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook 8.5, Build 4.71.2173.0 |
| Importance: | Normal |
| X-Mimeole: | Produced By Microsoft MimeOLE V4.72.3110.3 |
| In-Reply-To: | <003101befee7$d327e460$656aadcf@qsicorp.com> |
> The UNIXy way to do this is
>
> find | xargs grep <pattern>
>
or find -exec grep <pattern> \{\} \; -print
proving once again there is more than one way to do just about anything.
Brian
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |