In the following example, we will compare numbers using if statement. Bash Shell Script #!/bin/bash # if condition (greater than) is true if [ 8 -gt 7 ]; then ...
確定! 回上一頁