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 |
From: | "Rick Rankin" <rrankin AT primenet DOT com> |
To: | "Suhaib M. Siddiqi" <Ssiddiqi AT InspirePharm DOT Com>, |
"David's Lightspeed Email" <dpainter AT lightspeed DOT net>, | |
<cygwin AT sourceware DOT cygnus DOT com> | |
Subject: | RE: Problems with "find" and job control. |
Date: | Sat, 13 Mar 1999 17:17:56 -0700 |
Message-ID: | <NCBBLBLBNJPLCPKCBIIIOEGMCCAA.rrankin@primenet.com> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook IMO, Build 9.0.2212 (4.71.2419.0) |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.0810.800 |
In-reply-to: | <000c01be6dad$321acea0$41cd78cf@hunda> |
Importance: | Normal |
> > > >My "find" command does not seem to be working properly. > Regardless of what > >options I give it, it always complains about the parameters being wrong. > > > >For example, here is a simple command: > > > >$ find . -name sh.exe -print > > you are typing a wrong thing. You need to put quotes around sh.exe. > > find . -name "sh.exe" -print Actually, the name parameter only requires quotes if it contains wildcards. His problems, as others have stated, is that he is executing the windows find command and not the cygwin one. Rick -- Rick Rankin rrankin AT primenet DOT com -- 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 |