在echo for for循环

时间:2015-10-24 02:08:48

标签: bash unix ksh

我的问题是因为这会继续循环,我不知道如何停止这项功能,但我必须使用这两种功能。

for i in $var; do
  Stateful()
  {
    echo "-s $Statefuljunc";
    exit 1
  }

  if [[ "$Statefuljunc" == "yes" ]]; then
    echo "server task $i create -f -h $HOST -p $PORT -t $lower -c $idtypes \
      `$(RemoteAddress)` `$(Stateful)`  ";
  fi
done

0 个答案:

没有答案