in reply to Modifying ENV variable of parent process
So if you're using ksh, you could make an alias or function in the .profile that looks something like this:
Of course, the quoting can get annoying.alias oraenv="eval \$(perl -e 'print \"export ORAstuff=\$\$\"')"
|
|---|