On Aug 1 12:09, [EMAIL PROTECTED] wrote:
> It appears that tcsh treats the "TZ" environmental variable in a special
> way - upon entry into tcsh, some commands see TZ as set. Using unsetenv to
> attempt to unset it is fruitless:
>
> bash-3.2$ unset TZ
> bash-3.2$ printenv TZ
> bash-3.
It appears that tcsh treats the "TZ" environmental variable in a special
way - upon entry into tcsh, some commands see TZ as set. Using unsetenv to
attempt to unset it is fruitless:
bash-3.2$ unset TZ
bash-3.2$ printenv TZ
bash-3.2$ echo $TZ
bash-3.2$ bash -c "printenv TZ"
ba
2 matches
Mail list logo