Is the output of a Bash command stored in any register? E.g. something similar to $? capturing the output instead of the exit status.
$?
I could assign the
I think using script command might help. Something like,
script -c bash -qf fifo_pid
Using bash features to set after parsing.