Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-24 00:21:36 +00:00
parent 4e6886aa1f
commit 70f6f2ac08
27 changed files with 174 additions and 69 deletions

View File

@@ -15,16 +15,16 @@ source: https://github.com/tldr-pages/tldr.git
- Don't cut the description off at the end of the line:
`whatis --long {{command}}`
`whatis {{[-l|--long]}} {{command}}`
- Display descriptions for all commands matching a glob:
`whatis --wildcard {{net*}}`
`whatis {{[-w|--wildcard]}} {{net*}}`
- Search man page descriptions with a `regex`:
`whatis --regex '{{wish[0-9]\.[0-9]}}'`
`whatis {{[-r|--regex]}} '{{wish[0-9]\.[0-9]}}'`
- Display descriptions in a specific language:
`whatis --locale={{en}} {{command}}`
`whatis {{[-L|--locale]}} {{en}} {{command}}`