crontab + shell脚本实现文件重命名
摘要:
1.定义shell脚本:rename_file.sh #!/bin/bashbasepath=$(cd `dirname $0`; pwd) #获取当前脚本所在的路径cd $basepath #修改以999999.sld结尾的文件为`data+%N`.sld结尾的随机数文件,其中`data+%N`为 阅读全文
posted @ 2018-09-03 23:02 蜗牛前进的方向 阅读(285) 评论(0) 推荐(0) 编辑