shell 脚本判断ip
1.编写txt里面放入ip [root@localhost ~]# vim ip.txt 192.168.177.1 192.168.177.2 192.168.177.3 192 ...
1.编写txt里面放入ip [root@localhost ~]# vim ip.txt 192.168.177.1 192.168.177.2 192.168.177.3 192 ...
shell 脚本 检测域名是否正常 yumming(){ #函数 web=`cat /root/web.txt` #需要检测的域名 for sum in ${web[*]} # ...