The printenv command

I've been working with CI/CD pipelines lately and i found this command to be pretty useful.

printenv

This command allows you to see all the environment variables that have been loaded into the current shell on a computer. You can try it out on your computer. This was helpful when I was inspecting the environment variables present in my Github action runner (computer).

More info: https://man7.org/linux/man-pages/man1/printenv.1.html

Powered By Swish