ENV Commands Cheat Sheet
Here is a cli commands cheat sheet for ENV command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is ENV command?
Add some data here
# To list the exported variables of the current environment along with their values: env # To set an environment variable and run a command: env= # To set multiple environment variables and run a command: env = = # To remove an environment variable and run a command: env -u # To clear the environment and run a command: env -i
Check out the ENV command documentation .
You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again