重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

shell小知识

[root@DBBK1 changeIP]# cat view.sh 
#!/bin/sh
if [ $# -ne 1 ];then
    echo "USAGE:/bin/sh $0 ARG1"
    exit 1
fi
for n in `cat ip.txt`
do
  echo =======172.22.10.$n========
  ssh  root@172.22.10.$n "$1"
done
[root@DBBK1 changeIP]# cat   ip.txt 
100
101
102
103
106
[root@DBBK1 changeIP]#

网页标题:shell小知识
网页URL:http://cqcxhl.com/article/pdcsgj.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP