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:
parent
f8d3d6cdfa
commit
2c80e464ba
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue