标签:while style strong grep span one font 1.2 gre
有意义的命令1、执行关于magnum所有的带list的命令
# for i in `magnum | grep list | awk '{print $1}'`;do echo $i;magnum $i;echo -e "\n\n";sleep 3;done
2、列出20.58.131.1~20.58.131.26的命令
# shu=1;while [ $shu -le 26 ];do echo "20.58.131.$shu";let shu=$shu+1;done
标签:while style strong grep span one font 1.2 gre
原文地址:http://blog.51cto.com/xiaofeiji/2057287