From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Suhaib M. Siddiqi" To: "Corinna Vinschen" Cc: "David's Lightspeed Email" , Subject: Re: Problems with "find" and job control. Date: Wed, 31 Mar 1999 19:45:00 -0000 Message-ID: <002c01be6dae$a1275880$41cd78cf@hunda> X-SW-Source: 1999-03n/msg00414.html Message-ID: <19990331194500.98KyByhZXy1UWt5oDutC5zue33UP4S-i-2nOBOukR58@z> Then there is some other problem with the installation as you mentioned. -----Original Message----- From: Corinna Vinschen To: Suhaib M. Siddiqi Cc: David's Lightspeed Email ; cygwin@sourceware.cygnus.com Date: Saturday, March 13, 1999 7:03 PM Subject: Re: Problems with "find" and job control. >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@sourceware.cygnus.com > > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com