Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-05 00:20:34 +00:00
parent 26232b7183
commit 22576ac740
23 changed files with 291 additions and 67 deletions

View File

@@ -16,10 +16,10 @@ source: https://github.com/tldr-pages/tldr.git
`lsb_release {{[-d|--description]}}`
- Print only the operating system name (ID), suppressing the field name:
- Print only the operating system name (ID), in short format (omitting the field name):
`lsb_release {{[-is|--id --short]}}`
- Print the release number and codename of the distribution, suppressing the field names:
- Print the release number and codename of the distribution, in short format:
`lsb_release {{[-rcs|--release --codename --short]}}`