01 2018 档案
删除文件开通空格并把文本小写字母转换为大写
摘要:sed 's/^[[:space:]]*//' /tmp/0131ok.txt 阅读全文
posted @ 2018-01-31 16:34 jamezhan 阅读(133) 评论(0) 推荐(0)
shell+Zabbix export应用之AD环境删除离职人员登录主机之资料
摘要:以实际环境:维护环境172.30网段主机 Zabbix hosts export出主机信息至 /tmp/ip.txt shell筛选出ip [root@server ~]# cat /tmp/ip.txt | grep 172.30 | gawk -F">" '{print $2}' | gawk 阅读全文
posted @ 2018-01-25 17:27 jamezhan 阅读(147) 评论(0) 推荐(0)