Ethan Benson <[EMAIL PROTECTED]> writes: > 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....
You can use mmv utility: mmv '*.TTF' #1.ttf should do the trick. Note: it will only change the extensions, i.e. THIS.TTF will become THIS.ttf. -- Arcady Genkin Nostalgia isn't what it used to be.

