Bash if statements. ... If follows the format below: ... #!/bin/bash; # Basic if statement; if [ $1 -gt 100 ]; then; echo Hey that\'s a large number.
確定! 回上一頁