摘要: ip.txt 192.168.0.105 123455 192.168.0.106 123456 192.168.0.107 123457 192.168.0.108 123458 passwd.sh #!/bin/bash for ip in `awk '{print $1}' ip.txt` d 阅读全文
posted @ 2020-07-07 23:03 mu2i 阅读(291) 评论(0) 推荐(0)