Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-02 00:19:39 +00:00
parent 2b9882f70a
commit 22a84b91e2
42 changed files with 123 additions and 81 deletions

17
tldr/linux/locale-gen Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# locale-gen
> Generate locales defined in `/etc/locale.gen`.
> More information: <https://manned.org/locale-gen>.
- Generate locales:
`locale-gen`
- Do not delete undefined locales:
`locale-gen --keep-existing`