env
Set each NAME to VALUE in the environment and run COMMAND.

env
With no arguments this command prints a list of all environment variables.
env -i
-i, –ignore-environment, Start with an empty environment.
env -0
-0, –null, End each output line with NUL, not newline.
env -u
u, –unset=NAME, Remove variable from the environtment.
env