ENV(1) — USER COMMANDS
NAME
env − obtain or alter environment variables for command execution
SYNOPSIS
env [ − ] [ name=value ... ] [ command ]
DESCRIPTION
env obtains the current environment, modifies it according to its arguments, and executes the command with the modified environment that results.
OPTIONS
− Ignore the environment that would otherwise be inherited from the current shell. Restricts the environment for command to that specified by the arguments.
name=value
Set the environment variable name to value and add it to the environment.
If no command is specified, the resulting environment is displayed.
SEE ALSO
sh(1), exec(2), profile(4), environ(5V)
Sun Release 3.2 — Last change: 21 February 1986