ENV(1) DOMAIN/IX SYS5 ENV(1)
NAME
env - set environment for command execution
USAGE
env [-] [ name=value ] ... [ command arguments ]
DESCRIPTION
Env obtains the current environment, modifies it according
to its arguments, then executes the command with the modi-
fied environment. Arguments of the form name = value are
merged into the inherited environment before the command is
executed. A dash (-) at the beginning of the command line
causes env to ignore the inherited environment completely,
executing the command with the environment specified by the
arguments.
If you do not supply a command, env prints the resulting
environment with one name-value pair per line.
RELATED INFORMATION
sh(1), exec(2), environ(5).
Printed 12/4/86 ENV-1