mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:53:59 +02:00
inxi: add examples (#15667)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
dd6564ad02
commit
8a6112fb0b
1 changed files with 24 additions and 4 deletions
|
@ -7,10 +7,30 @@
|
||||||
|
|
||||||
`inxi`
|
`inxi`
|
||||||
|
|
||||||
- Print a full description of CPU, memory, disk, network and process information:
|
- Print a full description of CPU, memory, disk, network, and process information and filter sensitive information:
|
||||||
|
|
||||||
`inxi -Fz`
|
`inxi --expanded --filter`
|
||||||
|
|
||||||
- Print information about the distribution's repository:
|
- Print a summary of CPU information:
|
||||||
|
|
||||||
`inxi -r`
|
`inxi --cpu`
|
||||||
|
|
||||||
|
- Print a summary of graphics information:
|
||||||
|
|
||||||
|
`inxi --graphics`
|
||||||
|
|
||||||
|
- Print a summary of system RAM:
|
||||||
|
|
||||||
|
`inxi --memory`
|
||||||
|
|
||||||
|
- Print a summary of system audio:
|
||||||
|
|
||||||
|
`inxi --audio`
|
||||||
|
|
||||||
|
- Print available sensor data:
|
||||||
|
|
||||||
|
`inxi --sensors`
|
||||||
|
|
||||||
|
- Print information about the distribution's repositories:
|
||||||
|
|
||||||
|
`inxi --repos`
|
||||||
|
|
Loading…
Add table
Reference in a new issue