Support
Forums

Re: Changing date format in filenames in Linux

HI Mike.Perfect!  Before launching the script on your files, you might like to check first that it works - for confidence.  So we will create two files to test it on.  The first is a dummy mp3 file in the format of your files.  The ...
HI Mike.

Perfect!  Before launching the script on your files, you might like to check first that it works - for confidence.  So we will create two files to test it on.  The first is a dummy mp3 file in the format of your files.  The second has the same format but is not an mp3 file. 
In you scripts directory enter (please use the Code[Select] option to copy the code):
[code]touch dd-mm-yyyy.mp3
touch DD-MM-YYYY.txt[/...