# README
env
vagrant@archlinux env (main) $ ./env -h >> README.md
Usage of ./env:
-i clear the environment then run command:
-u value
remove variable from the environment and run a program:
Use case
- Show the environment:
env
- Clear the environment and run a program:
env -i program
- Remove variable from the environment and run a program:
env -u variable program
- Set multiple variables and run a program:
env variable1=value variable2=value variable3=value program