mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages./: Automatically add alias pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages./: Automatically add links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Fix false positives from script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
16 lines
562 B
Markdown
16 lines
562 B
Markdown
# cpuid
|
|
|
|
> सभी सीपीयू के बारे में विस्तृत जानकारी दिखाएं।
|
|
> अधिक जानकारी: <http://etallen.com/cpuid.html>।
|
|
|
|
- सभी CPU के लिए जानकारी दिखाएं:
|
|
|
|
`cpuid`
|
|
|
|
- केवल वर्तमान CPU के लिए जानकारी दिखाएं:
|
|
|
|
`cpuid -1`
|
|
|
|
- डीकोडिंग के बिना कच्ची हेक्साडेसिमल जानकारी दिखाएं:
|
|
|
|
`cpuid -r`
|