overwrites
the old value (if any).
So:
~$ echo $LC_ALL # yours will be de_DE, I presume
en_IE.utf8
~$ LC_OLD=$LC_ALL # save the old value
~$ export LC_ALL=C # in with the new
~$ echo $LC_ALL # do the thing
C
~$ LC_ALL=$LC_OLD # restore the old value
But really, in practice, I
sincere thanks
Gottfried
Am 24.10.22 um 15:19 schrieb Luis Felipe:
Hi Gottfried,
--- Original Message ---
On Monday, October 24th, 2022 at 12:17, Gottfried wrote:
What I do is set the LANG variable to C. For example, in a terminal, you'd run:
LANG=C guix describe
And you'd get
>Unfortunatelly I lost this email.
Assuming it was posted to this mailing list, you can go to
https://lists.gnu.org/archive/html/help-guix/ and search for it by
some text the email contained.
Tobias Geerinckx-Rice 写道:
such at /etc/profile
…such as…
The also do not propagate
They also…
Tired,
T G-R
signature.asc
Description: PGP signature
Hi,
On Mon, Oct 24, 2022 at 6:30 AM Luis Felipe
wrote:
>
> LANG=C guix describe
I also think it's the clearest recommendation for someone new to
locales, but it may not adjust the order of months and days in dates
or other cultural conventions. LC_ALL changes all six categories
described here
Hi Gottfried,
--- Original Message ---
On Monday, October 24th, 2022 at 12:17, Gottfried wrote:
> Hi Guixers,
>
> somebody wrote to me to do a:
>
> export LC_ALL=C
>
> to get the output in English, because I am using German.
>
> Unfortunatelly I los
LC_ALL=C # in with the new
~$ echo $LC_ALL # do the thing
C
~$ LC_ALL=$LC_OLD # restore the old value
But really, in practice, I'd just close the window/shell once
done… they are so cheap.
Kind regards,
T G-R
signature.asc
Description: PGP signature
Hi Guixers,
somebody wrote to me to do a:
export LC_ALL=C
to get the output in English, because I am using German.
Unfortunatelly I lost this email.
1. Will this now overwrite my variables for ever, or only for some time?
2. How can I set it back to my original state?
thanks for help