1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 11:15:24 +02:00

lscpu: add page

This commit is contained in:
Starbeamrainbowlabs 2017-10-21 22:31:18 +01:00 committed by GitHub
parent 9896662914
commit 3fcb746475

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

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