From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10110110218.AA17858@clio.rice.edu> Subject: find tests (does not appear OS specific to me) To: djgpp-workers AT delorie DOT com Date: Wed, 10 Oct 2001 21:18:38 -0500 (CDT) Cc: tim DOT van DOT holder AT pandora DOT be, eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) In-Reply-To: <10110102128.AA17732@clio.rice.edu> from "Charles Sandmann" at Oct 10, 2001 04:28:46 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Win 95: mkdir .cvs touch !.cvs touch .cvsignore find . -name '*cvs*' ./!.cvs find | grep cvs ./.cvs ./!.cvs ./.cvsignore So, I see the same behavior on W95 as on Win2K. Now, if I create a file/dir "CVS" find shows the file as all lower case on find without a name argument, ie ./cvs (-name '*CVS*' fails as expected). If there is a problem, can someone make a .bat file which recreates the problem when run in an empty directory and shows different behavior on different systems? (Setting any environment variables necessary?)