Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought



ENV(1)          DOMAIN/IX Reference Manual (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 6/10/85                                             ENV-1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026