Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

File names - de-capitalise on a bigger scale

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
gabriel
Posts: 73
Joined: 2005-04-17 23:14
Location: Poland - Warsaw

File names - de-capitalise on a bigger scale

#1 Post by gabriel »

Hello
I've got a game installer for linux that is capital-letter sensitive and many game files that are all in CAPS. Is it possible to rename them (not one by one, but through a shell command for example?).
Thank you in advance
When there's no more room in hell, the dead will walk the earth

Grifter
Posts: 1554
Joined: 2006-05-04 07:53
Location: Svea Rike

#2 Post by Grifter »

rename 'y/A-Z/a-z/' *
just add */* for a subdir, and */*/* for subdirs in subdirs etc (:
Eagles may soar, but weasels don't get sucked into jet engines...

Post Reply