X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: How to rename file case-sensitive? Date: Tue, 14 Aug 2007 08:03:23 -0700 Lines: 16 Message-ID: References: <46C13A16 DOT 6090801 AT bonhard DOT uklinux DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <46C13A16.6090801@bonhard.uklinux.net> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Fergus wrote: > > rename foo Foo > > Wish it was so easy. The syntax is > rename from to filelist > so here you need > rename foo Foo foo > Fergus How about: $ mv foo bar && mv bar foo ??? -- Andrew DeFaria God must love stupid people... He made so many. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/