标签: unix
folderA contains [dirA, dirB, dirC, fileA, fileB]
我想复制folderA to folderA-copy without dirB and dirC我该怎么做?
folderA to folderA-copy without dirB and dirC
答案 0 :(得分:0)
使用rsync命令排除选项,该选项为您提供输入文件夹/文件的正则表达式的选项,或指定包含您要忽略的所有目录的文件或指定特定目录或文件。