 |
Shell scripting in depth: Understanding return codes, the test ...
4 Nov 2012 ... This posting is all about return codes, the test command, and the if statement. I
also did a ... command. The if [ "$var" == "value" ]; then ... is equivalent to if test "$
var" == "value"; then .
www.ibm.com |
 |