pub fn execute_unix_command_with_return(cmd: &str) -> Result<Output>
Executes a Linux/macOS command with a Result of the output.