Skip to main content

cmdoutpid

Static cmdoutpid 

Source
pub static cmdoutpid: Atomic<i32>
Expand description

Port of pid_t cmdoutpid; from Src/exec.c:215. Pid of the most recent $(cmd) command-substitution child. Used by exit-status propagation: cmdoutval carries the exit; cmdoutpid carries the pid waitpid-d for it.