ENV(1) General Commands Manual ENV(1)

envset the environment

env [-i] [name=value ...] [command]

The 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.

Ignore the current environment.

The env utility exits with one of the following values:

1-125
An error occured.
126
The command was found but could not be invoked.
127
The command could not be found.

Otherwise, the exit status of env will be that of command.

environ(7)

The env utility is compliant with the specification.

December 29, 2019 EltaninOS