locale: add page (#7328)

feature/windows-fix-syntax-2
Managor 2021-11-17 23:49:19 +02:00 committed by GitHub
parent 0bbe0c1310
commit e1c71fcfb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/linux/locale.md Normal file
View File

@ -0,0 +1,20 @@
# 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`