pub fn execute_piped_cmd_chain(cmds: &CmdChain) -> Vec<ProcessState>
Expand description
Runs a command chain. The parent process creates n childs and connects them (stdout => stdin) together via pipes.
pub fn execute_piped_cmd_chain(cmds: &CmdChain) -> Vec<ProcessState>
Runs a command chain. The parent process creates n childs and connects them (stdout => stdin) together via pipes.