Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ env(1) — mips UMIPS RISC/os 5.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sh(1)

exec(2)

profile(4)

environ(5)



ENV(1)              RISC/os Reference Manual               ENV(1)



NAME
     env - set environment for command execution

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

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.  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
     printed, one name-value pair per line.

INTERNATIONAL FUNCTIONALITY
     Characters from supplementary code sets can be used for
     value, command and args.

SEE ALSO
     sh(1).
     exec(2) in the Programmer's Reference Manual.
     profile(4), environ(5) in the System Administrator's Refer-
     ence Manual.




























                        Printed 11/19/92                   Page 1



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