ENV(1)
NAME
env − display environment variables
SYNOPSIS
env
DESCRIPTION
Env prints on standard output the current process’s environment (see sh(1) and env(3)) listing each variable and its current value.
Individual variable values can be set by assignment in sh(1).
SOURCE
/appl/cmd/env.b
SEE ALSO
BUGS
Env does not understand that environment variables as stored by sh(1) are lists.