Hi Mike.
No problem. It's just that you need to make the file executable. In the scripts directory where you are now, enter:
You could create several false mp3 file names of the right format to make a better test - e.g. 12-02-1923.mp3 etc.
Then enter :[/s...
Hi Mike.No problem. It's just that you need to make the file executable. In the scripts directory where you are now, enter:
Code Select
chmod +x name-reformat
You can check again withCode Select
ls -l name*
and you will see the "X"s have reappeared in the permissions list.You could create several false mp3 file names of the right format to make a better test - e.g. 12-02-1923.mp3 etc.
Then enter :[/s...
No problem. It's just that you need to make the file executable. In the scripts directory where you are now, enter:
Code Select
chmod +x name-reformat
You can check again withCode Select
ls -l name*
and you will see the "X"s have reappeared in the permissions list.You could create several false mp3 file names of the right format to make a better test - e.g. 12-02-1923.mp3 etc.
Then enter :[/s...