June 21, 20179 yr Is there any way to copy Avi files out of nested folders into a single folder without having to manually traverse them?
June 21, 20179 yr If you have access to the share with a windows box map it to z: The you could make a bat file and run it and should work for /r "z:\name\of\source\" %%x in (*.avi) do move "%%x" "Z:\destination\folder\"
June 21, 20179 yr Author I tend to utilise windows search using "*.Avi -sample" then cut and paste the files. I just wondered if there was a way to do it internally.
July 9, 20178 yr Author Just to save creating anther thread for what (presumably) is a simple answer, why is it that when I renmove files from /mnt/user/downloads to /mnt/user/media it ends up creating a media folder on the cache drive even though in unraid the media share is set to never use the cache drive?
July 9, 20178 yr That could happen if there is a downloads folder on the cache drive. You are working at the Linux level which does not know about user shares. I believe that the Linux ‘mv’ command first tries a rename and only if that fails carries out a copy/delete action.
Archived
This topic is now archived and is closed to further replies.