I've a file containing all the environmental variables needed for an application to run in the following format...
setenv DISPLAY invest7@example.com
setenv HOST example.com
setenv HOSTNAME sk
...
How would I set the env. variables in bash using the above file? Is there a way to somehow use setenv
command in bash?