Environment variable

Hello,

For the moment, my LC_ALL variable is set as "" by default. If I want to change this value, I do : export LC_ALL="en_fr" for example.
That I want to know it's : how can I set by default this value ? I want to save it on my profile in order to get it when I open my session... :confused:

I'm waiting for your precious help ! :wink:

Yes, if you are using ksh or a similar shell you can add export LC_ALL="en_fr" to your .profile file. For bash you could add this line to your .bash_profile file.

Thank you it works perfectly ! :slight_smile: