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

lscpu: add page (#1565)

This commit is contained in:
Starbeamrainbowlabs 2017-10-24 10:47:17 +01:00 committed by GitHub
commit 73ccd75a6e

15
pages/linux/lscpu.md Normal file
View file

@ -0,0 +1,15 @@
# lscpu
> Displays information about the CPU architecture.
- Display information about all CPUs:
`lscpu`
- Display information in a table:
`lscpu --extended`
- Display only information about offline CPUs in a table:
`lscpu --extended --offline`