ENV(1) | General Commands Manual | ENV(1) |
env
— set the
environment
env |
[-i ] [name=value ...]
[command] |
env
utility obtains the current environment,
modifies it according to its arguments, and executes
command. If no command is
specified, env
writes the current environment, with
one name=value pair per line, to the standard output.
-i
The env
utility exits with one of the
following values:
Otherwise, the exit status of env
will be
that of command.
The env
utility is compliant with the
specification.
December 29, 2019 | EltaninOS |