I need to move over 100k files from each of several directories. Select-all + drag-and-drop sometimes fails. I'd prefer to set a task, but for some reason I can't get the move command to work. What am I doing wrong (see examples below). I'm tying to move the files from the "13" directory up to the "Audits" directory. I've tried...
Plus the different variations of slashes before or not before "volume1".
Thanks,
Andrew
Code:
mv /volume1/Audits/CVS_Images/20180612/1190/13/*.* volume1/Audits/CVS_Images
and
mv /volume1/Audits/CVS_Images/20180612/1190/13/*.* ../../../
Plus the different variations of slashes before or not before "volume1".
Thanks,
Andrew