mirror of https://github.com/CrimsonTome/tldr.git
lsblk: add custom output example (#5039)
parent
f8d3d6cdfa
commit
2c80e464ba
|
@ -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}}`
|
||||
|
|
Loading…
Reference in New Issue