mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 13:54:48 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# cpuid
|
||||
|
||||
> Display detailed information about all CPUs.
|
||||
> More information: <https://etallen.com/cpuid.html>.
|
||||
> More information: <https://manned.org/man/cpuid.1>.
|
||||
|
||||
- Display information for all CPUs:
|
||||
|
||||
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display information only for the current CPU:
|
||||
|
||||
`cpuid -1`
|
||||
`cpuid {{[-1|--one-cpu]}}`
|
||||
|
||||
- Display raw hex information with no decoding:
|
||||
|
||||
`cpuid -r`
|
||||
`cpuid {{[-r|--raw]}}`
|
||||
|
||||
Reference in New Issue
Block a user