Forrest logo
back to context overview

locale

List of commands for locale:

  • locale:tldr:0b45f locale: List all available locales.
    $ locale --all-locales
    try on your machine
    explain this command
  • locale:tldr:c9552 locale: Display the current date format.
    $ locale date_fmt
    try on your machine
    explain this command
  • locale:tldr:ebda8 locale: Display all available locales and the associated metadata.
    $ locale --all-locales --verbose
    try on your machine
    explain this command
  • locale:tldr:fb216 locale: List all global environment variables describing the user's locale.
    $ locale
    try on your machine
    explain this command
back to context overview