摘要: 1、脚本说明: linux 增量复制不同文件到另一个文件夹。 用法:sh copy.sh 源目录 目标目录 #!/bin/sh if [ $# -ne 2 ]; then echo "Usage:./incremental_copy.sh source_dir destination_dir" ex 阅读全文
posted @ 2023-03-27 10:12 听&夏 阅读(484) 评论(0) 推荐(0) 编辑