[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Filenames



On Thu, Dec 14, 2000 at 06:20:05AM +0100, Patrick Schnorbus wrote:
> Hey folks...
> 
> i´ve just a little question!
> 
> I´ve installed xfstt. Now i want to use some TrueType Fonts but theses a 
> problem. Most of them have capital letter filenames (TRUETYPEFONT.TTF)
> but i need them as 'truetype.ttf'
> Do you know a tool for this?

#! /bin/sh
for x in *
do
        mv $x `echo $x | tr 'A-Z' 'a-z'`
done

run that in the directory containing MICROS~1 filenames.  

-- 
Ethan Benson
http://www.alaska.net/~erbenson/

Attachment: pgpXo1s7HYuyl.pgp
Description: PGP signature


Reply to: