Your code really makes no sense relative to your example file names and your stated goals. Also, I don't see how the OP code would remove files -- more likely it would just generate a lot of error messages and warnings.
I agree with the previous reply: your script should just print out a list of "oldname newname" pairs (one pair per line). Once you confirm that the names are coming out right, just include "mv" (or "rename", depending on your OS) at the start of each line, and you can use the list as a shell script to actually change the file names.
For that matter, it might be easier for you to create the list of original file names as a list that your script can read as input, instead of using 'glob' in the script. That way, if you still have trouble getting it to do what you want. you can post a few lines from the input list, along with the script that tries to work on that input, so we'll have a better idea of the problem.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.