help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-bash] Exporting variables in two steps


From: address@hidden
Subject: [Help-bash] Exporting variables in two steps
Date: Wed, 26 Jun 2013 10:03:59 +0530

I was reading /etc/profile and found out that most environment variables are set in two steps. 

    HISTSIZE=1000
    export HISTSIZE

Is this done simply for readability or is there some advantage over setting this simply as
export HISTSIZE=1000
?

Thanks,
Thameera


reply via email to

[Prev in Thread] Current Thread [Next in Thread]