snippetbashTip
locale — Get locale-specific information. More information: <https://manned.org/locale>.
Viewed 0 times
commandspecificlocalecliinformationmoreget
linux
Problem
How to use the
locale command: Get locale-specific information. More information: <https://manned.org/locale>.Solution
locale — Get locale-specific information. More information: <https://manned.org/locale>.List all global environment variables describing the user's locale:
localeList 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_fmtCode Snippets
List all global environment variables describing the user's locale
localeList 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_fmtContext
tldr-pages: linux/locale
Revisions (0)
No revisions yet.