Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

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