Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <95a88306050401124938de1fef@mail.gmail.com> Date: Fri, 1 Apr 2005 12:49:40 -0800 From: beau Reply-To: beau To: cygwin AT cygwin DOT com Subject: revisiting case sensitivity Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Greetings, I've got a whole bunch of directories and files, formerly on debian, burnt to CD, that XP will only see as ALLCAPS. I read the archived thread from February "insensitive case problem in latest cygwin" (http://sourceware.org/ml/cygwin/2005-02/msg00454.html) wherein I found: ------------------- BEGIN /usr/local/bin/mvv ------------------- #!/bin/sh /bin/mv "${1%%/}" "${1%%/}-$$" && mv "${1%%/}-$$" "${2%%/}" -------------------- END /usr/local/bin/mvv -------------------- Is this pretty much the final word at the moment? I tried all the steps in Dave Korn's post, ren wasn't found, neither was move; mv got me the "both the same" failure. If Igor's snippet above *is* the last word, can someone maybe help me decipher it or maybe point me to a favorite bash tut to help bring me up to speed? I am pretty new to cygwin in particular and as yet none to snappy with shell scripting in general; all help appreciated. beau -- 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/