Volltextergebnisse:
- if
- ====== IF-Operator ====== <code bash> #!/bin/bash X="" if [ -n "$X" ]; then # -n tests to see if the argument is non empty echo "the variable X is n... but its likely to be all you'll need to remember (if you need anything else, you can always check the