Env sets the environment variables for the command.
Run executes a shell command.
Stderr sets the output location for the stderr of a command.
Stdin pipes in the contents provided by the reader to the command.
Stdout sets the output location for the stdout of a command.