lsblk: add custom output example (#5039)

translation-badges
sbuller 2020-12-22 05:59:32 -06:00 committed by GitHub
parent f8d3d6cdfa
commit 2c80e464ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -29,3 +29,7 @@
- Exclude the devices specified by the comma-separated list of major device numbers:
`lsblk -e {{1,7}}`
- Display a customized summary using a comma-separated list of columns:
`lsblk --output {{NAME}},{{SERIAL}},{{MODEL}},{{TRAN}},{{TYPE}},{{SIZE}},{{FSTYPE}},{{MOUNTPOINT}}`