[GnuWin32-Users] [gnuwin32 - Help] RE: find.exe

2011-02-28 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1832242
By: feiyunw

I confirmed this bug on my Win 7 x64 machine.
Here is another example:
http://stackoverflow.com/questions/3995493/gnuwin32-find-exe-expands-wildcard-be
fore-performing-search

I hope this bug can be fixed ASAP, as find is very popular.

_
You are receiving this email because you elected to monitor this topic or 
entire forum.
To stop monitoring this topic visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1832242/unmonitor
To stop monitoring this forum visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor

--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[GnuWin32-Users] [gnuwin32 - Help] RE: find.exe

2008-03-14 Thread SourceForge.net

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

I think I've seen the same thing.   It looks like the gnuwin32 find 4.2.20 (my
version) is expanding the wildcard using matches in the current directory. 
That gives the kind of errors grumbled00k saw if there is more than one match.
So with a file structure like this

./foofoo
./Child/foofoo
./Child/foobar

Running find . -iname 'foo*' from . returns only the first two files 
Running from ./Child gives the Paths must precede expression error
Running from .. returns all three files

This looks like a bug.  It is a difference in behavior compared to GNU find
4.1.7 on linux and the cygwin version of GNU find 4.2.11 (which always return
all three files)

__
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 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[GnuWin32-Users] [gnuwin32 - Help] RE: find.exe

2007-12-15 Thread SourceForge.net

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

The examples you gave, all work fine on my system (MS-Windows XP SP2). For 
example,

 find . -iname *n*

lists all the files in the current directory and below with an n in their name.
So you'll have to give a more specific example before this can be investigated
further.


__
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

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


[GnuWin32-Users] [gnuwin32 - Help] RE: find.exe

2007-09-28 Thread SourceForge.net

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

Any path, like . or C:\users\user\documents.

Try searching for *nnn*, *nn* or *n* in the default path (.).
Only *n* gives the error.

__
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/vse012070mrt/direct/01/
___
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users