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: <000c01be6dad$321acea0$41cd78cf@hunda> From: "Suhaib M. Siddiqi" To: "David's Lightspeed Email" , Subject: Re: Problems with "find" and job control. Date: Sat, 13 Mar 1999 18:57:02 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 > >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 The command you are typing is going to give you syntex error on a UNIX machine too. There is book called UNIX in Nutshell and is available at all the book stores in the USA. Perhaps that may answer you several questions you posted in previous mails. Regards Suhaib > >With parameters, it consistently tells me that "FIND: Parameter format not >correct" >Without parameters, it reports "required parameter missing" > >The command: >$ find --help >does not work either. > >------ >Now, as for job control, arent the "jobs", "bg", and "fg" commands a >standard part of SH? >I don't seem to have these in my distribution, and I could really use them. > > > > > > > David L. Painter > dpainter AT prontomail DOT com > dpainter AT lightspeed DOT net > ph: (559) 292-5366 * 3 > fax:(559) 292-0410 > > > >-- >Want to unsubscribe from this list? >Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com