Message-ID: <3696A122.C9A89459@montana.com> Date: Fri, 08 Jan 1999 17:21:54 -0700 From: bowman X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: fileutils: MV case-sensitive..help? References: <19990108173509 DOT 28751 DOT qmail AT hotmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com a j wrote: > > /djgpp/bin/mv: `e.c' and `E.C' are the same file If you plan on doing a lot of work with case sensitive items, the cygwin tools are case sensitive and you can say 'mv foo.bar FOO.BAR' . OTOH, 'ls *.h' will not see FOO.H. Also, be very careful mixing and matching. For just occasional use, perhaps a small .bat or .sh using an intermediate name might make more sense.