Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sh(1)

exec(2)

profile(4)

environ(4)



  env(1)                              CLIX                              env(1)



  NAME

    env - Sets environment for command execution

  SYNOPSIS

    env [-] [name=value] ... [command args]

  DESCRIPTION

    The env command obtains the current environment, modifies it according to
    its arguments, then executes the command with the modified environment.
    Arguments of the form name=value are merged into the inherited environment
    before the command is executed.  The - flag causes the inherited
    environment to be ignored completely, so that the command is executed with
    exactly the environment specified by the arguments.

    If no command is specified, the resulting environment is displayed, one
    name-value pair per line.

  RELATED INFORMATION

    Commands: sh(1)

    Functions: exec(2)

    Files: profile(4)

    Miscellany: environ(4)

























  2/94 - Intergraph Corporation                                              1




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