I'm trying to get an example working:
Here is what I'm trying to do:
a) There are 7 files in a folder with the name and timestamp appended.
Examples : Windows_<timestamp>.csv
and Linux_<timestamp>.csv
so on and so forth.
I want to first a) Move the files that I'm about to re-name to a new folder as is and then rename the current file.
I've tried looking at Rename multiple files by replacing a particular pattern in the filenames using a shell script but that script isn't working for me. I believe I have to modify something in there, but I cant seem to get it work.
Can anyone please help me? I'm really stuck here.
Thanks!