Re: [newbie] Upper Case

2003-10-04 Thread Chris
On Saturday 04 October 2003 04:48 am, Lee Wiggers wrote:
> I have 1500 fonts from my computer lifetime that I would like to add
> to my oo options, but many of the filenames are upper case.
>
> Anyone know how to rename them in lower case all at once?
>
> Lee

Try this, I've found it to work very well.

http://www.blemished.net/chcase.html

-- 
  Regards
  Chris
  A 100% Microsoft free computer
  Registered Linux User 283774 http://counter.li.org
  5:18pm  up 13 days, 23:28,  6 users,  load average: 0.31, 0.41, 0.27


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Upper Case

2003-10-04 Thread Lee Wiggers
But not as adventuresome. 

It's a boring morning.  I'm going to copy the directory and try
both.  Doesn't look like I can break anything.

(I've said that before.)

Thanks

Lee

On Sat, 4 Oct 2003 06:12:21 -0400
"Ronald J. Hall" <[EMAIL PROTECTED]> wrote:

> On Saturday 04 October 2003 05:48 am, Lee Wiggers wrote:
> > I have 1500 fonts from my computer lifetime that I would like to
> > add to my oo options, but many of the filenames are upper case.
> >
> > Anyone know how to rename them in lower case all at once?
> >
> > Lee
> 
> Hi Lee - there are a couple of ways to do this, including a script
> (I think) that has been mentioned on the list before. Here is how
> I learned to do it:
> 
> Put all your fonts in a directory, then open a shell and cd to
> that directory.
> 
> Then:
> 
> for i in *[A-Z]*
> 
> Now you are at a > prompt. Type
> 
> do mv $i `echo $i |tr "A-Z" "a-z"`  (note those are ` not ' ,
> located below your tilde key)
> 
> and finally:
> 
> done
> 
> and that should do it.
> 
> HTHs! :-)
> 
> PS yeah, the script/program is probably a whole lot easier. :-)
> 
> -- 
>   
>   /\  
> Dark>   \/  
> 
> 
> 


-- 
User #223705 Linux Counter, http://counter.li.org

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Upper Case

2003-10-04 Thread HaywireMac
On Sat, 4 Oct 2003 06:12:21 -0400
"Ronald J. Hall" <[EMAIL PROTECTED]> uttered:

> (note those are ` not ' , located below your tilde key)

I love those things!

-- 
HaywireMac
Registered Linux user #282046
Homepage: www.orderinchaos.org
++
Mandrake HowTo's & More: http://twiki.mdklinuxfaq.org
++
Your picture of the world often changes just before you get it into
focus.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Upper Case

2003-10-04 Thread Lee Wiggers
What a guy!

On Sat, 4 Oct 2003 06:00:57 -0400
HaywireMac <[EMAIL PROTECTED]> wrote:

> On Sat, 4 Oct 2003 05:48:40 -0400
> Lee Wiggers <[EMAIL PROTECTED]> uttered:
> 
> > 
> > I have 1500 fonts from my computer lifetime that I would like to
> > add to my oo options, but many of the filenames are upper case.
> > 
> > Anyone know how to rename them in lower case all at once?
> 
> google.com/linux is your friend:
> 
> http://www.google.ca/linux?hl=en&ie=ISO-8859-1&q=perl+scripts+%2B+upper+to+lowercase&btnG=Google+Search&meta=
> 
> this one stands out:
> 
> http://www.ibiblio.org/pub/Linux/utils/file/lowercase-1.0.tar.gz
> 
> -- 
> HaywireMac
> Registered Linux user #282046
> Homepage: www.orderinchaos.org
> ++
> Mandrake HowTo's & More: http://twiki.mdklinuxfaq.org
> ++
> He is truly wise who gains wisdom from another's mishap.
> 
> 


-- 
User #223705 Linux Counter, http://counter.li.org

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Upper Case

2003-10-04 Thread Ronald J. Hall
On Saturday 04 October 2003 05:48 am, Lee Wiggers wrote:
> I have 1500 fonts from my computer lifetime that I would like to add
> to my oo options, but many of the filenames are upper case.
>
> Anyone know how to rename them in lower case all at once?
>
> Lee

Hi Lee - there are a couple of ways to do this, including a script (I think) 
that has been mentioned on the list before. Here is how I learned to do it:

Put all your fonts in a directory, then open a shell and cd to that directory.

Then:

for i in *[A-Z]*

Now you are at a > prompt. Type

do mv $i `echo $i |tr "A-Z" "a-z"`  (note those are ` not ' , located below 
your tilde key)

and finally:

done

and that should do it.

HTHs! :-)

PS yeah, the script/program is probably a whole lot easier. :-)

-- 
  
  /\  
Dark>Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Upper Case

2003-10-04 Thread HaywireMac
On Sat, 4 Oct 2003 05:48:40 -0400
Lee Wiggers <[EMAIL PROTECTED]> uttered:

> 
> I have 1500 fonts from my computer lifetime that I would like to add
> to my oo options, but many of the filenames are upper case.
> 
> Anyone know how to rename them in lower case all at once?

google.com/linux is your friend:

http://www.google.ca/linux?hl=en&ie=ISO-8859-1&q=perl+scripts+%2B+upper+to+lowercase&btnG=Google+Search&meta=

this one stands out:

http://www.ibiblio.org/pub/Linux/utils/file/lowercase-1.0.tar.gz

-- 
HaywireMac
Registered Linux user #282046
Homepage: www.orderinchaos.org
++
Mandrake HowTo's & More: http://twiki.mdklinuxfaq.org
++
He is truly wise who gains wisdom from another's mishap.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] Upper Case

2003-10-04 Thread Lee Wiggers
I have 1500 fonts from my computer lifetime that I would like to add
to my oo options, but many of the filenames are upper case.

Anyone know how to rename them in lower case all at once?

Lee



-- 
User #223705 Linux Counter, http://counter.li.org

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com