mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 08:53:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user