Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Fri, 03 May 2002 09:05:27 -0400
From: Jason Tishler <jason@tishler.net>
Subject: Re: mv problem
In-reply-to: <4.3.1.2.20020502104654.0246ccb8@pop.ma.ultranet.com>
To: cygwin@cygwin.com
Mail-followup-to: cygwin@cygwin.com
Message-id: <20020503130527.GA3216@tishler.net>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
User-Agent: Mutt/1.3.24i
References: <20020502132242.10650.qmail@web10105.mail.yahoo.com>
 <4.3.1.2.20020502104654.0246ccb8@pop.ma.ultranet.com>

Larry,

On Thu, May 02, 2002 at 10:51:45AM -0400, Larry Hall (RFK Partners, Inc) wrote:
> As you can see, you cannot rename file differing only by case.  This is a 
> Windowsism.  Sorry.  Complain to Bill if you don't like it! ;-)  You'll
> need to do this as a two step process (i.e. move 'abc' to a different name
> temporarily and then move it to 'Abc').

The above is not true:

    C:\>dir
    [snip]
    05/03/2002  08:48a      <DIR>          bar
    05/03/2002  08:47a                   0 foo
    ...

    C:\>ren bar BAR
    ren bar BAR

    C:\>ren foo FOO
    ren foo FOO

    C:\>dir
    [snip]
    05/03/2002  08:48a      <DIR>          BAR
    05/03/2002  08:47a                   0 FOO

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

