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://scyanting.com/article/pdcsgj.html