Create sub-directories and organize files by date
I have some directories of files copied from my security camera that I would like to organize into sub-directories by file date. So for example;
I have some directories of files copied from my security camera that I would like to organize into sub-directories by file date. So for example;
How would I copy (archive style where date isn’t changed) all the files in a backup directory to the user’s directory while renaming each file to remove the random string portion from the name (i.e., -2b0fd460_1426b77b1ee_-7b8e)?
I have this folder structure:
How can I move files up a directory where there might be hundreds or thousands of files in the directory, and you might not be sure about whether there are dupes in ... What method would you use?