Created
September 19, 2017 17:20
-
-
Save matburt/4bb9e477a5a48d85d9a1ced71140bca9 to your computer and use it in GitHub Desktop.
locale output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ locale | |
LANG=en_US.utf8 | |
LC_CTYPE=en_US.utf8 | |
LC_NUMERIC="en_US.utf8" | |
LC_TIME="en_US.utf8" | |
LC_COLLATE="en_US.utf8" | |
LC_MONETARY="en_US.utf8" | |
LC_MESSAGES="en_US.utf8" | |
LC_PAPER="en_US.utf8" | |
LC_NAME="en_US.utf8" | |
LC_ADDRESS="en_US.utf8" | |
LC_TELEPHONE="en_US.utf8" | |
LC_MEASUREMENT="en_US.utf8" | |
LC_IDENTIFICATION="en_US.utf8" | |
LC_ALL= |
jdoss
commented
Sep 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment