linux shell script if string compare的相關文章
linux shell script if string compare的相關公司資訊
linux shell script if string compare的相關商品

Linux Shell Script - String Comparison with wildcards - Stack Overflow
瀏覽:592
日期:2025-04-29
bin/sh #Test scriptje to test string comparison! testFoo () { t1=$1 t2=$2 echo "t1: $
t1 t2: $t2" if [ $t1 == "*$t2*" ]; then echo "$t1 and $t2 are equal" ......看更多