mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 20:50:49 +00:00
Update cheatsheets
This commit is contained in:
25
linux/locale
Normal file
25
linux/locale
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user