COHERENT manpages

This page displays the COHERENT manpage for env [Execute a command in an environment].

List of available manpages
Index


env -- Command

Execute a command in an environment
env [-] [VARIABLE=value ...] [command args]

The  command  env  executes  command  with  args,  modifying  the  existing
environment by performing the requested assignments.

The `-' option  tells env to replace the environment  with the arguments of
the  form  VARIABLE=value;  otherwise  the  assignments  are added  to  the
environment.

If command is omitted, the resulting environment is printed.

See Also

commands