Query: env
OS: osx
Section: 1
Links: osx man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ENV(1) BSD General Commands Manual ENV(1)NAMEenv -- set and print environmentSYNOPSISenv [-i] [name=value ...] [utility [argument ...]]DESCRIPTIONenv executes utility after modifying the environment as specified on the command line. The option name=value specifies an environmental variable, name, with a value of value. The option '-i' causes env to completely ignore 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.DIAGNOSTICSIf the utility is invoked, the exit status of env shall be the exit status of utility; otherwise, the env utility exits with one of the fol- lowing 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 invoked. 127 The utility specified by utility could not be found.COMPATIBILITYThe historic - option has been deprecated but is still supported in this implementation.SEE ALSOexecvp(3), environ(7)STANDARDSThe env utility conforms to IEEE Std 1003.2-1992 (``POSIX.2'').BUGSenv doesn't handle commands with equal (``='') signs in their names, for obvious reasons.BSDAugust 27, 1993 BSD
Related Man Pages |
---|
env(1) - opensolaris |
env(1p) - centos |
env(1) - netbsd |
time(1) - osx |
printenv(1) - freebsd |
Similar Topics in the Unix Linux Community |
---|
root env |
starting gawk from env |
shell script |
forcing modified env vars to be effective |
How to use env command to change GREP_OPTIONS variable? |