env

version: 0.0.9
env [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]

env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND

Options

--help, -h

Print help information

--version, -V

Print version information

--ignore-environment, -i

start with an empty environment

--chdir=<DIR>, -C <DIR>

change working directory to DIR

--null, -0

end each output line with a 0 byte rather than a newline (only valid when printing the environment)

--file=<PATH>, -f <PATH>

read and set variables from a ".env"-style configuration file (prior to any unset and/or set)

--unset=<NAME>, -u <NAME>

remove variable from the environment