| 您的当前位置:首页 --> CentOS入门 |
| CentOS下下避免文件覆盖的命令 |
| 浏览次数:1460 关键词 ( 命令 文件 CentOS ) |
|
[root@stu227 he]# touch he.txt [root@stu227 he]# set -o noclobber [root@stu227 he]# echo "123" > he.txt [root@stu227 he]# set +o noclobber [root@stu227 he]# echo "123" > he.txt [root@stu227 he]# cat he.txt 123 |
| 下载次数:12 |
| 下载地址:点击下载 |
| 本资源为程序自动采集,如有侵权请联系我们移除 admin#80vps.com 来信请将#替换为@ |
| 下一条 centos系统中网络配置相关 上一条 CentOS 6.5忘记root密码的解决办法 |