Loading

摘要: 如果存在制定类型文件名后缀,执行重命名操作移除后缀。 if `ls *.flv.tmp 1> /dev/null 2>&1`; then `rename .flv.tmp .flv *.flv.tmp`; fi; 参考文章:https://codeday.me/bug/20170407/9041.h 阅读全文
posted @ 2019-10-31 15:43 IMBennie 阅读(583) 评论(0) 推荐(0) 编辑