The code below always prints 'function matched: true', for any argument. Why? #!/bin/bash input=$1 function testTruth() { if [[ "$input" == "foo ...
確定! 回上一頁