linux for dba

1. 

--断点复制超大文件
rsync  -av   oracle@saptest:/backup/tmpstd ./
file list

2.

-- 归递输出目录结构
遍历文件夹:find ./ -type d | sed 1d 或 者 ls -lR | grep "^d"

find ./ -type d | sed 1d  > /tmp/ttt.txt

你可能感兴趣的:(linux,dba,for)