Hi David,
Simplest way is to create a file like - let's call it env_set
ENV1=xxxxxx
ENV2=yyyyyy
ENV3=zzzzzz
Then source the file as follows:
. /path/to/env_set
Then the vars remain set for that shell & it's children. BUT they cannot be sent back to that shell's parent.
HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!