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

Re: xfs-xtt



On Wed, Mar 01, 2000 at 04:22:06PM -0500, Arcady Genkin wrote:
> Ethan Benson <erbenson@alaska.net> 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

C'mon, where's the sport in that?

for file in *; do mv $file f( echo $file|tr '[:upper:]' '[:lower:]' ); done

-- 
Karsten M. Self (kmself@ix.netcom.com)
    What part of "Gestalt" don't you understand?

Scope out Scoop:  http://scoop.kuro5hin.org/
Nothin' rusty about Kuro5hin:  http://www.kuro5hin.org/


Reply to: