Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <5.0.2.1.2.20010116140432.023f98a0@spc.sugar-land.omnes.net>
X-Sender: timo@mail.telefragged.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0.2
Date: Tue, 16 Jan 2001 14:10:35 -0600
To: cygwin@cygwin.com
From: Timothee Besset <timo@qeradiant.com>
Subject: possible bug with find
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed

ok, maybe I really suck at unix stuff, but I think I have a weird and buggy 
behaviour with find:

on a linux box (standard and recent slackware installation) I'm using find:

tim@lunatic:/usr/local/root_home/tim$ find --version
GNU find version 4.1

find GtkRadiant -iname *.cpp -print
gets me all the .cpp files in my directories..

if I type that in cygwin (I upgraded to the latest network install today to 
make sure)
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

administrator@DOWTEST-SGL /cygdrive/e/Loki
$ find -version
GNU find version 4.1

I don't see anything special about this file compared to all the others .. 
permissions are the same etc.

unless I really suck that much with shell scripts .. I think this is a bug

TTimo


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

