摘要:
echo 192.168.10.69>>ip.list-------------------------------------------#!/bin/bash#注意if和[]之间的空格rm -f ~/fanr/shell/DiskUsageAlert/out.printout=$(cat ~/f... 阅读全文
摘要:
echo 192.168.10.69>>ip.list-------------------------------------------#!/bin/bash#注意if和[]之间的空格rm -f ~/fanr/shell/DiskUsageAlert/out.printout=$(cat ~/f... 阅读全文
摘要:
#!/bin/bash# awk 'END{print}' get the last rowiplist=$(cat ~/fanr/shell/Weekly/ip.list)for _IP in $iplistdo echo $_IP usage=$(ssh root@$... 阅读全文
|