| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Message-ID: | <36EAFC63.A1B0623F@cityweb.de> |
| Date: | Sun, 14 Mar 1999 01:01:39 +0100 |
| From: | Corinna Vinschen <corinna DOT vinschen AT cityweb DOT de> |
| X-Mailer: | Mozilla 4.04 [en] (WinNT; I) |
| MIME-Version: | 1.0 |
| To: | "Suhaib M. Siddiqi" <Ssiddiqi AT InspirePharm DOT Com> |
| CC: | "David's Lightspeed Email" <dpainter AT lightspeed DOT net>, |
| cygwin AT sourceware DOT cygnus DOT com | |
| Subject: | Re: Problems with "find" and job control. |
| References: | <000c01be6dad$321acea0$41cd78cf AT hunda> |
Suhaib M. Siddiqi wrote: > >$ find . -name sh.exe -print > > you are typing a wrong thing. You need to put quotes around sh.exe. > > find . -name "sh.exe" -print > > The command you are typing is going to give you syntex error on a UNIX > machine too. This help is incorrect! You only have to quote the name, if it contains meta characters, e.g. `*.c'. Corinna -- 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 |