PipeInto
thread_id PipeInto(FILE** _out, FILE** _err);
thread_id PipeInto(FILE** _outAndErr);
thread_id unzipThread = commandPipe.PipeInto(&stdOutAndErrPipe);
thread_id unzipThread = commandPipe.PipeInto(&stdOutAndErrPipe);
PipeInto(&f);