pub fn get_out(command: String) -> Result<Output>
shell
Run sh -c <command> capturing stdout/stderr. Returns the raw Output.
sh -c <command>
Output