shell小知识
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell小知识相关的知识,希望对你有一定的参考价值。
[[email protected] 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 [email protected]$n "$1" done [[email protected] changeIP]# cat ip.txt 100 101 102 103 106 [[email protected] changeIP]#
本文出自 “砖家博客” 博客,请务必保留此出处http://wsxxsl.blog.51cto.com/9085838/1924277
以上是关于shell小知识的主要内容,如果未能解决你的问题,请参考以下文章