Hi,
I'm hoping someone can point me in the right direction.
I need to add characters to the file name of all the files in a given directory.
At the start the files are named:
ABC-1105-01.pdf,ABC-1105-02.pdf ...
I need to change them to:
ABC-1105-(01).pdf,ABC-1105-(02).pdf ...
I don't even know where to start with this. Is PERL a good candidate for doing this?
Thanks for your time.
Peter.
I'm hoping someone can point me in the right direction.
I need to add characters to the file name of all the files in a given directory.
At the start the files are named:
ABC-1105-01.pdf,ABC-1105-02.pdf ...
I need to change them to:
ABC-1105-(01).pdf,ABC-1105-(02).pdf ...
I don't even know where to start with this. Is PERL a good candidate for doing this?
Thanks for your time.
Peter.