Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4538490
By: grumbled00k

I've been using find for many years in the linux bash. Now I'm confused when
using gnuwin32's find.exe,
e.g. this way:

>find "path" -iname "*n"
or 
>find "path" -iname "*nnn*"
or 
>find "path" -iname "*nbb"

work fine, but I get: 

find: paths must precede expression
Usage: find [-H] [-L] [-P] [path...] [expression]

when executing this:

>find "path" -iname "*n*"
or
>find  "path" -iname "*nb"
or
>find  "path" -iname "*.nb"
or
>find  "path" -iname "*b"

What's the difference to linux find here? (a bug???)

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to