|
|
| P is for Practical | |
| PerlMonks |
Re^3: I have a folder which is having 1200 files,all the file names are have maximum of 8 character length.I need to remove last character from each of the filnames and prefix it with character "A"by nvivek (Priest) |
| on Feb 21, 2013 at 07:58 UTC ( #1019909=note: print w/ replies, xml ) | Need Help?? |
|
Grep pattern used for getting files can be modified to reduce the for loop iteration as you're going to rename only file names which are less than or equal to 8 characters with .doc extension.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||