1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Update lscpu.md

This commit is contained in:
Starbeamrainbowlabs 2017-10-22 10:09:16 +01:00 committed by GitHub
parent 3fcb746475
commit 83d6f4528d

View file

@ -2,14 +2,14 @@
> Displays information about the CPU architecture.
- Display information about all online CPUs:
- Display information about all CPUs:
`lscpu`
- Display information about offline CPUs:
`lscpu --offline`
- Display information in a table:
`lscpu --extended`
- Display only information about offline CPUs in a table:
`lscpu --extended --offline`