I'm trying to rename a batch of files to strip out numerics. I found many references online to using the "rename" command along with a perl regular expression to do this, but it seems the rename command available to us is different and doesn't support that.
So anyone have a suggestion to quickly rename a batch of files using a regular expression?
So anyone have a suggestion to quickly rename a batch of files using a regular expression?
Comment