mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 11:42:28 +00:00
22 lines
422 B
Plaintext
22 lines
422 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# hardinfo
|
|
|
|
> Show hardware information in GUI window.
|
|
> More information: <https://github.com/lpereira/hardinfo>.
|
|
|
|
- Start `hardinfo`:
|
|
|
|
`hardinfo`
|
|
|
|
- Print report to `stdout`:
|
|
|
|
`hardinfo {{[-r|--generate-report]}}`
|
|
|
|
- Save report to HTML file:
|
|
|
|
`hardinfo {{[-r|--generate-report]}} {{[-f|--report-format]}} html > hardinfo.html`
|