Child processes

The process::Output struct represents the output of a finished child process, and the process::Command struct is a process builder.

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

(You are encouraged to try the previous example with an incorrect flag passed to rustc)