mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 08:57:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -16,6 +16,18 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`lscpu {{[-e|--extended]}}`
|
||||
|
||||
- Display only information about online CPUs in a table:
|
||||
|
||||
`lscpu {{[-e|--extended]}} {{[-b|--online]}}`
|
||||
|
||||
- Display only information about offline CPUs in a table:
|
||||
|
||||
`lscpu {{[-e|--extended]}} {{[-c|--offline]}}`
|
||||
|
||||
- Display details about CPU caches:
|
||||
|
||||
`lscpu {{[-C|--caches]}}`
|
||||
|
||||
- Display information in JSON format:
|
||||
|
||||
`lscpu {{[-J|--json]}}`
|
||||
|
||||
Reference in New Issue
Block a user