From: John.Cooper@digitivity.com ("John Cooper")
Subject: `find' command broken.
11 Jul 1997 03:38:51 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <19970711092719531.AAA303.cygnus.gnu-win32@TENDLE>
Reply-To: john.cooper@digitivity.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Original-To: GNU-Win32@cygnus.com
Original-Cc: Amol Deshpande <amold@microsoft.com>, john.cooper@digitivity.com
X-Mailer: VM 6.32 under Emacs 19.34.1
X-Attribution: JSC
X-Face: -%]aecOJlhOSKn)}>~DbRQwM6G6gDkOD{2f!2Bt9|S-xC1~Gk^dCp_/HH#zo^u5z8iGty3N
 L_1.GYkj0by`^VQK14EzbsY~BC%%O#x+[Giaf?X`hi9H)oEy]M>cx/Y4.I^5@^#kQrJk*!DwlpX: 1}
 eZVU9: ~_QGIMF5[I
Original-Sender: owner-gnu-win32@cygnus.com

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".
