need a script to remove numerals from selected file names

Discuss and share scripts and script files...
Post Reply
kotlmg
Posts: 321
Joined: 30 Jun 2010 17:14

need a script to remove numerals from selected file names

Post by kotlmg »

i need a small script to remove numerical digits from the file name from wherever they appear within the file name?
any script or regex rename suggestion will help me.

kotlmg
Posts: 321
Joined: 30 Jun 2010 17:14

Re: need a script to remove numerals from selected file nam

Post by kotlmg »

sorry i got the answer.

rename s, "0123456789_>";

Post Reply