shell script test conditions的相關文章
shell script test conditions的相關公司資訊
shell script test conditions的相關商品

bash - how to represent multiple conditions in shell script? - Stack Overflow
瀏覽:882
日期:2025-04-29
I want to represent multiple condition like this: if [ ( $g -eq 1 -a "$c" = "123" ) -o ( $g -eq 2 -a "$c" = "456" ) ] then echo abc; else echo efg; fi but when I execute the...看更多