1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 07:33:31 +02:00

inxi: add examples (#15667)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Managor 2025-02-09 09:24:24 +02:00 committed by GitHub
parent dd6564ad02
commit 8a6112fb0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,10 +7,30 @@
`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`