摘要:
#! /bin/shstr1="loving you too"str2='loving you'if [ str1=str2 ]then echo "true"else echo "false"fiif [ "$str1"="$str2" ]thenecho "true"else echo "false"fiif [ \$str1=\$str2 ]thenecho "true"else echo "false& 阅读全文
posted @ 2011-10-25 20:44
CNSystem
阅读(525)
评论(3)
推荐(0)
浙公网安备 33010602011771号