1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-13 19:55:45 +02:00

lscpu: add examples (#16388)

This commit is contained in:
Fazle Arefin 2025-05-06 02:42:17 +10:00 committed by GitHub
parent 3a3a3143fc
commit 4910cbeff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,18 @@
`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]}}`