Linux CLI - Environment and Configuration
Given this script snippet with
set -e enabled:
set -e mkdir /tmp/mydir cd /tmp/mydir false echo "This will not print"What will be the output when running this script?
