, - () ( ).
if ! "$binary" -c -f $test -o $encodedTmp > /dev/null; then
if ! output=$("$binary" -c -f $test -o $encodedTmp); then
$binary
. ( ) , if
, $binary
.
, echo "$output"
.
, , , , :
if ! time-output=$(time "$binary" -c -f $test -o $encodedTmp) 2>&1); then
time
stderr
, , stderr
stdout
. , echo "$time-output"
, :
<program output>
<blank line>
real 0m0.041s
user 0m0.000s
sys 0m0.046s