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 X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: "Suhaib M. Siddiqi" CC: "David's Lightspeed Email" , cygwin AT sourceware DOT cygnus DOT com Subject: Re: Problems with "find" and job control. References: <000c01be6dad$321acea0$41cd78cf AT hunda> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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