possible bug with find

Corinna Vinschen cygwin@cygwin.com
Tue Jan 16 12:22:00 GMT 2001


On Tue, Jan 16, 2001 at 02:10:35PM -0600, Timothee Besset wrote:
> I get .. only 1 file out of the 104 it should find:
> 
> administrator@DOWTEST-SGL /cygdrive/e/Loki
> $ find GtkRadiant -iname *.cpp -print
> GtkRadiant/radiant/preferences.cpp

Did you really type the above or did you type

    find GtkRadiant -iname '*.cpp' -print

? Do you have symlinks in your Win directory? If so, try with -follow
as well.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list