Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Approach with running command in a background suggested by @skozin won't work in bashbash. bashbash still disables "set-e"set -e for background commands. dashdash and ashash work fine though.
Approach with running command in a background suggested by @skozin won't work in bash. bash still disables "set-e" for background commands. dash and ash work fine though.
Approach with running command in a background suggested by @skozin won't work in bash. bash still disables set -e for background commands. dash and ash work fine though.
Approach with running command in a background suggested by @skozin won't work in bash. bash still disables "set -e" for background commands. dash and ash work fine though.