 |
Aborting a shell script if any command returns a non-zero value?
2009年5月4日 - I would like to have the shell script automatically exit with a ... any command not part of an if, while, or until test, or part of an && or || list. .... if command; then echo "command successful" >&2 else ...
stackoverflow.com |
 |