經安全檢測,此網站為安全網站,請放心前往原始網址!

If / Else Statements (Shell/bash Scripting) | Sany's Linux and Open Source Blog

Shell scripts use fairly standard syntax for if statements. The conditional statement is executed using either the test command or the [ command ]. In its most basic form an if statement is: #!/bin/bash if [ "$1" -eq "abc" ] then echo "in if block" fi (No

viewsby.wordpress.com

網址安全性掃描由 google 提供