Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
NetBSD
RedHat
[IEEE Std1003.2-1992 (``POSIX.2'')]
ENV(1) OpenBSD Reference Manual ENV(1)
NAME
env - set and print environment
SYNOPSIS
env [-i] [name=value ...] [utility [argument ...]]
DESCRIPTION
env executes utility after modifying the environment as specified on the
command line. The option name=value specifies an environment variable,
name, with a value of value. The -i option causes env to completely ig-
nore the environment it inherits.
If no utility is specified, env prints out the names and values of the
variables in the environment, with one name=value pair per line.
DIAGNOSTICS
If the utility is invoked, the exit status of env shall be the exit sta-
tus of utility; otherwise, the env utility exits with one of the follow-
ing values:
0 The env utility completed successfully.
1-125 An error occurred in the env utility.
126 The utility specified by utility was found, but could not be in-
voked.
127 The utility specified by utility could not be found.
COMPATIBILITY
The historic - option has been deprecated but is still supported in this
implementation.
SEE ALSO
execvp(3), environ(7)
STANDARDS
The env utility conforms to IEEE Std1003.2-1992 (``POSIX.2'').
BUGS
env doesn't handle commands with equal (`=') signs in their names, for
obvious reasons.
OpenBSD 2.6 August 27, 1993 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
OpenBSD sources for env(1)
Up to: Program Environment Variables - Getting/ Setting program environment variables
RocketLink!--> Man page versions:
OpenBSD
NetBSD
RedHat
[IEEE Std1003.2-1992 (``POSIX.2'')]
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware >
env.1/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|