in reply to Re: Effect of redirecting output to /dev/null on $? value
in thread Effect of redirecting output to /dev/null on $? value

Backticks always uses the Bourne shell except on Windows. Well, it always uses /bin/sh. While that might not be the Bourne shell, it's going to be something that supports exec.

Replies are listed 'Best First'.
Re^3: Effect of redirecting output to /dev/null on $? value
by Anonymous Monk on Aug 03, 2020 at 06:57 UTC