~/env(1)
en
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