I have hundreds of files, which I wish to rename. These filenames all have a 7 digit number at the beginning, which is a unique number for each file, then follow by a space and then the rest of the filename which I wish to keep.
Here is a fictitious but accurate example;
7176160 Trial 123.mp4
4053321 Trial 124.mp4
I simply want to remove the number at the start of each filename and the space after it for all the files and keep the rest of the name (Trial 123 etc).
Can anyone suggest how to achieve this?
The rename option in the finder can only do same name search & replace for all files so its not useful for my application.
Here is a fictitious but accurate example;
7176160 Trial 123.mp4
4053321 Trial 124.mp4
I simply want to remove the number at the start of each filename and the space after it for all the files and keep the rest of the name (Trial 123 etc).
Can anyone suggest how to achieve this?
The rename option in the finder can only do same name search & replace for all files so its not useful for my application.