mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-29 00:53:34 +02:00
cpuid: add Brazilian Portuguese translation
This commit is contained in:
parent
6a6bdf0119
commit
064ca0649c
1 changed files with 15 additions and 0 deletions
15
pages.pt-BR/linux/cpuid.md
Normal file
15
pages.pt-BR/linux/cpuid.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# cpuid
|
||||
|
||||
> Exibe informações detalhadas sobre todas as CPUs.
|
||||
|
||||
- Exibe informações de todas as CPUs:
|
||||
|
||||
`cpuid`
|
||||
|
||||
- Exibe informações apenas para a CPU atual:
|
||||
|
||||
`cpuid -1`
|
||||
|
||||
- Exibe informações em hexadecimal sem decoding:
|
||||
|
||||
`cpuid -r`
|
Loading…
Add table
Reference in a new issue