This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

RE: Problems with "find" and job control.



> >
> >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@primenet.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com