This is the mail archive of the cygwin@sources.redhat.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]

Re: possible bug with find


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


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