mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 03:49:47 +00:00
Update cheatsheets
This commit is contained in:
21
linux/cpuid
Normal file
21
linux/cpuid
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user