| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | "Hannu E K Nevalainen" <garbage_collector AT telia DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: Wildcard problem with recursion |
| Date: | Sat, 25 Oct 2003 16:49:21 +0200 |
| Message-ID: | <NGBBLLIAMFLGJEOAJCCEMEMGDFAA.garbage_collector@telia.com> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1165 |
| In-reply-to: | <000001c39abd$12b7fcd0$9c01a8c0@shakti.tallysolutions.com> |
| Importance: | Normal |
> From: Ajith Kumar
> Sent: Saturday, October 25, 2003 7:59 AM
> > Yes, read the shell man pages to learn how file completion works.
> > What you want is a job for `find | xargs grep'.
> >
> > Corinna
> I run these from the win2k cmd.exe and not from the bash prompt.
> Can u be more specific please to which doc or man pages I shold
> refer to?
> Thank You
> Regards,
> ajith
$ info bash # bash shell info pages (hypertext)
(some man pages are updated less requently than info pages)
$ info find
$ info xargs
In most cases you can replace "info" with "man" - but note that man pages
often are less frequently updated.
If
$ type -a <command>
says "Internal command" then
$ help <command>
usually tells more.
Though you might find it easier to find relevant parts of the text by using
less's "/" key to search for interesting text in the _man_ pages (this
works in the info pages too, but is less succesful IMO)
/Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E
-- printf("Timezone: %s\n", (DST)?"UTC+02":"UTC+01"); --
--END OF MESSAGE--
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |