会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
管理
订阅
2019年8月6日
Node_exporter一键安装部署脚本(Shell)
该文被密码保护。
阅读全文
posted @ 2019-08-06 11:06 一个苦逼的运维人
阅读(559)
评论(0)
推荐(0)
编辑
批量更新Linux文件后缀名
摘要: #!/bin/bash#Create_Time 2019-08-06#use: small_wei #查找并,批量修改文件后缀 #后缀为 .txt 修改为 .log find /opt -name "*.txt" | awk -F ".txt" '{print $1}' | while read i do mv ${i}.txt ${i}.log done
阅读全文
posted @ 2019-08-06 10:50 一个苦逼的运维人
阅读(922)
评论(0)
推荐(0)
编辑
公告