scripting:bash:exitcode
Differences
This shows you the differences between two versions of the page.
| scripting:bash:exitcode [2015/01/28 12:19] – created warnaud | scripting:bash:exitcode [2020/12/17 05:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | When you want to check/ | ||
| + | Again several ways: | ||
| + | - Easy: <code bash> command | ||
| + | returnvalue=$?</ | ||
| + | - All at once:< | ||
