env - set environment for command invocation
env [-i|-l usr|-w user] [-u name] ...
[--] [-] [name=value]... [command]
The env(1) utility invokes the command after first modifying the environment as specified by the name=value operands. If env(1) is invoked without arguments, it writes the current environment to standard output. If it is invoked with out a command argument, it writes to standard output the environment set by the other operands.
The env(1) utility exits 0 on success, and >0 if an error occurs. It exits with 126 if the command could be found but not invoked, and 127 if command could not be found.
ksh(1)
sh(1)