摘要: 1 #!/bin/bash 2 <<Comment 3 批量修改文件名的脚本 4 2015/10/24 5 webber 6 Comment 7 ARGS=2 8 ONE=1 9 if [ $# -ne "$ARGS" ];then 10 echo "传参错误!!" 11 exit 2 12 fi 阅读全文
posted @ 2015-10-24 20:22 webber_liu 阅读(770) 评论(0) 推荐(0) 编辑