shell(2) if特殊、 case判断、for循环、while循环、break、continue

            一、 if特殊用法 1.if [ -z "$a"]   #!/bin/bash   if [ ! -f /tmp/iftest ]    then       echo "The derectory is not exist"       exit    fi    n=`wc -l /tmp/iftest`    if [ -z "$n" ]    then    ech
相关文章
相关标签/搜索