TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:1769] environment variables



Tim,

You can set variables without exporting them.  Export makes it so that the
variable is passed on to any children of your current shell (programs or
other shells).

Carlos