1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 11:42:08 +02:00
tldr/pages/linux/locale.md
2021-11-17 18:49:19 -03:00

20 lines
381 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 --all-locales`
- Display all available locales and the associated metadata:
`locale --all-locales --verbose`
- Display the current date format:
`locale date_fmt`