I really hope that you will help with this. Well, I have a folder full of files which has name like this :
AZERRKDKD_00000.csv AZERKRJFJDD_0000.csv …
I am looking for a script that can help me to create new folder in another directory and paste this file. Here is the example:
AZERRKDKD[folder]
AZERRKDKD_00000.csv (file)
AZERKRJFJDD [folder]
AZERKRJFJDD_0000.csv (file)
Moreover, if the folder already exists, I just want the file to be paste in the exact folder:
Can you please help me by writing me a script ?
Thanks in advance,