标签:
1 移动多个文件
有a b c三个文件,一个目录d,用下面命令就能将a b c移动到d中 $ mv a b c d
2 查看文件大小
du -h --max-depth=1 路径
3 scp 记得加-r
scp not a regular file错误
传文件夹 用-r参数 否则有 not a regular file错误
scp -r bdump oraprod@192.168.0.188:bdump
标签:
原文地址:http://www.cnblogs.com/Wanggcong/p/5152973.html