mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-13 08:55:24 +02:00
20 lines
408 B
Markdown
20 lines
408 B
Markdown
# locale
|
|
|
|
> Get locale-specific information.
|
|
> More information: <https://manned.org/locale>.
|
|
|
|
- List all global environment variables describing the user's locale:
|
|
|
|
`locale`
|
|
|
|
- List all available locales:
|
|
|
|
`locale {{[-a|--all-locales]}}`
|
|
|
|
- Display all available locales and the associated metadata:
|
|
|
|
`locale {{[-a|--all-locales]}} {{[-v|--verbose]}}`
|
|
|
|
- Display the current date format:
|
|
|
|
`locale date_fmt`
|