mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:22:06 +02:00
16 lines
277 B
Markdown
16 lines
277 B
Markdown
# cpuid
|
|
|
|
> Display detailed information about all CPUs.
|
|
> More information: <http://etallen.com/cpuid.html>.
|
|
|
|
- Display information for all CPUs:
|
|
|
|
`cpuid`
|
|
|
|
- Display information only for the current CPU:
|
|
|
|
`cpuid -1`
|
|
|
|
- Display raw hex information with no decoding:
|
|
|
|
`cpuid -r`
|