技术改变生活

博客园 首页 新随笔 联系 订阅 管理

2020年4月28日 #

摘要: 1 [root@localhost mv_test]# cat mv.sh 2 #!/bin/bash 3 4 DIR=/root/linshi/move 5 FILE=/root/linshi/test/mv 6 if [ -d $DIR ];then 7 rm -rf $DIR/* 8 fi 9 阅读全文
posted @ 2020-04-28 11:17 小阿峰 阅读(1244) 评论(0) 推荐(0) 编辑