I have to set 10 env variables (setenv). I saved all these env variable in a filename.env
. Is there a way to set all the variable inside the file with single command ?
I tried with "source filename.env", variables are getting set but many other things are also happening. Doubt what I did is wrong. Please help.
Edit: content of filename.env:
setenv variable1 value1
setenv variable2 value2
.
.
setenv variable10 value10
.env
file to your question? – Weijun Zhou Jan 15 '18 at 13:26