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:
parent
3fcb746475
commit
83d6f4528d
1 changed files with 5 additions and 5 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue