1# A background command has an implicit </dev/null redirection. 2 3echo bad | ${SH} -c '{ cat & wait; }' 4