Bash Scripting - Error Handling
How does
Consider:
set -o pipefail interact with command substitution in bash?Consider:
set -o pipefail output=$(false | true)
