Linux Commands: printenv
printenv is used to print out the environment variables. Environment variables are a common form of setting global values across a terminal session. Environment variables can be set by the systems, automation scripts, or by the user.
You can print yo...
rambling.umesh.dev1 min read
Chau Giang
why you do not use just
envcommand?