1.
--断点复制超大文件
rsync -av ./ file list2.
-- 归递输出目录结构
遍历文件夹:find ./ -type d | sed 1d 或 者 ls -lR | grep "^d"find ./ -type d | sed 1d > /tmp/ttt.txt
本文共 187 字,大约阅读时间需要 1 分钟。
1.
--断点复制超大文件
rsync -av ./ file list2.
-- 归递输出目录结构
遍历文件夹:find ./ -type d | sed 1d 或 者 ls -lR | grep "^d"find ./ -type d | sed 1d > /tmp/ttt.txt
转载于:https://blog.51cto.com/yuanbo/1179009