I basically want to set path for some of the variables in Unix. But the source command does not work here. Any suggestions of the same?
closed as unclear what you're asking by Gilles, mdpc, Scott, dhag, cas Dec 3 '15 at 5:23Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||||||||||||||||
|
I tried what you describe and the solution is to use Please see my example session:
A return value of However, I am not sure if sourcing a file this way produces the results you want, as this method runs the given command in a subshell and I am not sure if this also affects the shell session you want. |
|||||||||
|