This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

`find' command broken.


Since cmd.exe doesn't do any globbing, the following should presumably work:

    H:\ef>find . -name *.c -print
    find: paths must precede expression
    Usage: find [path...] [expression]
    H:\ef>

I'm actually using the early zsh release, and get the same result when I run
`find . -name *.c -print' .

Oddly, this does work under bash.  Can anyone explain this?

Thanks,

    --- John

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]