Mail Archives: cygwin/1999/03/13/19:00:06
>
>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
- Raw text -