Re: Script to rename all filenames in a directory to use ALL…

Top Page
Attachments:
Message as email
+ (text/plain)
+ signature.asc (application/pgp-signature)
+ (text/plain)
Delete this message
Reply to this message
Author: Ted Gould
Date:  
To: Main PLUG discussion list
Subject: Re: Script to rename all filenames in a directory to use ALL CAPITAL LETTERS
On Tue, 2009-04-07 at 13:15 -0700, wayne wrote:
> Its probably simple, but would take me a week....
>
> Ie:
> Make: 2009-4_5_WaDAq_a.Dn.23.f
> INTO: 2009-4_5_WADAQ_ADN.23.F


rename 'y/a-z/A-Z/' *

    --Ted


PS - you can put any regular expression in there if you want something
more complex.
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss