On Wed, Mar 01, 2000 at 06:17:24AM -0900, Ethan Benson wrote:
> On Wed, Mar 01, 2000 at 10:14:58AM -0500, Bryan Scaringe wrote:
> > Perhaps either xfs-xtt of mkttfdir expect font files to have a lowercase
> > file extention.  Remeber .MP3 is different than .mp3, and .JPG is different
> > than .jpg, so it's not hard to imagine that this could be your problem.
> 
> damn, that might be it... do you happen to know of a way to lowercase
> letters in bash or some other way?  i don't really want to mv THIS.TTF
> this.tff 215 times....

for file in `/bin/ls *[A-Z]*`; do
  mv $file `echo $file | tr A-Z a-z`
done

-- 
Nathan Norman         "Eschew Obfuscation"          Network Engineer
GPG Key ID 1024D/51F98BB7            http://home.midco.net/~nnorman/
Key fingerprint = C5F4 A147 416C E0BF AB73  8BEF F0C8 255C 51F9 8BB7

Attachment: pgpxwPTYzrFlD.pgp
Description: PGP signature

Reply via email to