On Linux (Ubuntu 11.04) in bash, is it possible to temporarily set an environment variable that will be different from a regular variable for the duration of the script? For example, in a shell script, creating an application that saves in HOME portable, temporarily installing HOME in a folder in the current working directory, and then launching the application.
linux bash environment-variables
suchipi Aug 19 '11 at 23:50 2011-08-19 23:50
source share