摘要: 问题:while read line 中使用ssh只能读取一行? #!/bin/sh while read line do echo $line ssh root@$line "echo 123456 | passwd --stdin peter" </dev/null done < hosts.t 阅读全文
posted @ 2020-07-03 16:24 杰克马001 阅读(302) 评论(0) 推荐(0) 编辑