1 2 3 4 5 |
cat 33.txt |while read LINE do result=`ssh -n root@192.168.0.101 date` echo $result done |
-n
Latest posts by Zhiming Zhang (see all)
- aws eks node 自动化扩展工具 Karpenter - 8月 10, 2022
- ReplicationController and ReplicaSet in Kubernetes - 12月 20, 2021
- public key fingerprint - 5月 27, 2021