linux 拷贝大数据量文件命令

wjbk / 2023-08-29 / 原文

find /source_folder -mindepth 1 -maxdepth 1 -exec cp -r {} /destination_folder \;