1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

lsblk: add custom output example (#5039)

This commit is contained in:
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

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}}`