mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
cpuid.md: add page (#1833)
This commit is contained in:
parent
ec3bf34b5e
commit
1970f5474c
1 changed files with 15 additions and 0 deletions
15
pages/linux/cpuid.md
Normal file
15
pages/linux/cpuid.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# cpuid
|
||||
|
||||
> Display detailed information about all CPUs.
|
||||
|
||||
- Display information for all CPUs:
|
||||
|
||||
`cpuid`
|
||||
|
||||
- Display information only for the current CPU:
|
||||
|
||||
`cpuid -1`
|
||||
|
||||
- Display raw hex information with no decoding:
|
||||
|
||||
`cpuid -r`
|
Loading…
Add table
Reference in a new issue