RE: Chaning case

2002-02-28 Thread Timothy Johnson
o it in two steps; one changing the name to a temporary name, and another changing it to lowercase. -Original Message- From: Michael Kelly To: [EMAIL PROTECTED] Sent: 2/28/02 9:58 PM Subject: Re: Chaning case On 2/28/02 9:33 PM, Daniel Falkenberg <[EMAIL PROTECTED]> wrote: > G&#x

Re: Chaning case

2002-02-28 Thread Michael Kelly
On 2/28/02 9:33 PM, Daniel Falkenberg <[EMAIL PROTECTED]> wrote: > G'day All, > > Quick question I want to be able to change all folders in a directory to > lower case? Does any one know how I could do this using Perl? > > Would I go something like this? > > system('lc *'); > > well somethin

Chaning case

2002-02-28 Thread Daniel Falkenberg
G'day All, Quick question I want to be able to change all folders in a directory to lower case? Does any one know how I could do this using Perl? Would I go something like this? system('lc *'); well something like that... :) Regards, Dan == -- To unsubscribe,