debian12移动文件同时复制目录
find /root/Downloads -type f -name "*.mp4" -exec sh -c 'mkdir -p "/root/Downloads/ZL/$(dirname "{}")" && mv "{}" "/root/Downloads/ZL/$(dirname "{}")"' \;
find /root/Downloads -type f -name "*.mp4" -exec sh -c 'mkdir -p "/root/Downloads/ZL/$(dirname "{}")" && mv "{}" "/root/Downloads/ZL/$(dirname "{}")"' \;