四川圣与卓专注绵阳梓潼网站设计 梓潼网站制作 梓潼网站建设
绵阳梓潼网站建设公司服务热线:028-86922220

网站建设知识

十年网站开发经验 + 多家企业客户 + 靠谱的建站团队

量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决

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小知识
文章路径:http://www.myzitong.cn/article/pdcsgj.html

其他资讯