diff --git a/pages/linux/locale.md b/pages/linux/locale.md new file mode 100644 index 000000000..494f64966 --- /dev/null +++ b/pages/linux/locale.md @@ -0,0 +1,20 @@ +# locale + +> Get locale-specific information. +> More information: . + +- List all global environment variables describing the user's locale: + +`locale` + +- List all available locales: + +`locale --all-locales` + +- Display all available locales and the associated metadata: + +`locale --all-locales --verbose` + +- Display the current date format: + +`locale date_fmt`