Linux Commands: env
env can be used to print the environment variables or pass environment variables to a utility/command without setting them in the current shell session.
Let's run env without any argument and see what happens.
It simply prints all the environment v...
rambling.umesh.dev2 min read