Name

env — Displays environment variables

Synopsis

env

Description

env displays all the defined environment variables in the shell. The following environment variables are defined by default:

consin    = Default Console InputPipe
consout   = Default Console OutputPipe
stdout    = Default OutputPipe
stdin     = Default InputPipe
Shell     = Root shell
stdgroup  = Default peergroup

Shell environment variables are defined as a result of executing shell commands. The = operator can be used to assign a value to a particular variable. For example, myenv = mkmsg will assign a new message object to the myenv environment variable.

Example

JXTA>env

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.