mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
lsblk: adjust example (#20197)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Lena Pastwa <lena@lnps.me>
This commit is contained in:
co-authored by
Dylan
Lena Pastwa
parent
420951793b
commit
afbbd8513b
@@ -31,6 +31,6 @@
|
||||
|
||||
`lsblk {{[-e|--exclude]}} {{1,7,...}}`
|
||||
|
||||
- Display a customized summary using a comma-separated list of columns:
|
||||
- Add extra information to the output using a comma-separated list of columns (omit the `+` sign to only display the specified columns):
|
||||
|
||||
`lsblk {{[-o|--output]}} {{NAME,ROTA,SERIAL,MODEL,TRAN,TYPE,SIZE,FSTYPE,MOUNTPOINT,...}}`
|
||||
`lsblk {{[-o|--output]}} +{{NAME,ROTA,SERIAL,MODEL,TRAN,TYPE,SIZE,FSTYPE,MOUNTPOINT,...}}`
|
||||
|
||||
Reference in New Issue
Block a user