Bash Scripting - Error Handling
Consider this script snippet with
set -o pipefail enabled:
set -o pipefail false | true | true echo $?What will be the output?
