Which command can allow you to run a process in a modified environment without changing the environment of the current shell?
Answer: env
Explanation/Reference:
From the man pages:
env – run a program in a modified environment
Which command can allow you to run a process in a modified environment without changing the environment of the current shell?
Which command can allow you to run a process in a modified environment without changing the environment of the current shell?
Answer: env
Explanation/Reference:
From the man pages:
env – run a program in a modified environment