cp 复制文件或者目录 - shell 命令 - linux
复制单个文件到目标目录,文件在目标文件中不存在 [root@localhost test]# cp log.log test5 [root@localhost test]# ll -rw-r--r-- 1 root root 0 10-...
shell命令-拷贝文件_阿福_新浪博客
2011年7月13日 - shell命令-拷贝文件 (2011-07-13 22:33:41) 转载▼分类: 学习-嵌入式shell脚本名shell.sh 代码: #!/bin/sh if [ $# -eq 0 ] then route='./...