How do I set environment variable for current process?
set env = "MYVAR"
set s = $ZF(-1,"export " _ env _ "=2048m")
set val = $system.Util.GetEnviron(env)
zw val
Returns val="" because $zf(-1) spawns new process.
Oracle Linux is a Linux distribution packaged and freely distributed by Oracle, available partially under the GNU General Public License.