~/env(1) en

ENV(1)General Commands ManualENV(1)

NAME

env - the exported variables

SYNOPSIS

env

DESCRIPTION

Prints the environment: the variables that have been exported, one NAME=value to a line. A shell variable that was never exported is in set and not here, which is the whole difference between the two.

EXAMPLES

env

env | grep PATH

SEE ALSO

export(1), sh(1)

tilenkoren.com2026ENV(1)