To check a regex in an if-statement you'll need to use =~ instead off == ; #!/bin/bash x=TEST_DATA_12345678_TST_87456321 if [[ $x ...
確定! 回上一頁