linux shell script if string compare的相關文章
linux shell script if string compare的相關商品

BASH Programming - Introduction HOW-TO: Tables
瀏覽:1331
日期:2025-04-27
11.2 String comparison examples. Comparing two strings. #!/bin/bash S1='string'
S2='String' if [ $S1=$S2 ]; then echo "S1('$S1') is not equal to S2('$S2')" fi if ......看更多