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)
- 什么是ami - 二月 22, 2021
- istio Ingress Gateways - 十一月 25, 2020
- Istio VirtualService - 十一月 23, 2020