Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: Converting uppercase file names to lowercase filenames
- To: tlug@example.com
- Subject: Re: Converting uppercase file names to lowercase filenames
- From: Jake Morrison <jacob.morrison@example.com>
- Date: Wed, 10 Jan 2001 10:52:09 +0800
- CC: linux@example.com
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=big5
- Organization: Syntegra
- References: <3A5BC635.9DE0F1CA@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <U1SAJ.A.QqB.Yq8W6@example.com>
- Resent-Sender: tlug-request@example.com
- Sender: jacob.morrison@example.com
Anthony, How about tr? for file in * do lcname=`echo $file | tr [:upper:] [:lower:]` mv -f $file $lcname done -Jake Antony Stace wrote: > > Hi Folks > > Without resorting to awk, sed, perl is there a utility which can convert > a file name which is all in uppercase to lowercase. > > Cheers > > Antony > > ----------------------------------------------------------------------- > Next Technical Meeting: February, 2001 > ----------------------------------------------------------------------- > more info: http://www.tlug.gr.jp Sponsor: Global Online Japan
- References:
- Converting uppercase file names to lowercase filenames
- From: Antony Stace <antony@example.com>
Home | Main Index | Thread Index
- Prev by Date: Converting uppercase file names to lowercase filenames
- Next by Date: Re: Taras Pelekh
- Prev by thread: Converting uppercase file names to lowercase filenames
- Next by thread: Fwd: ASP Linux RC3 review
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links