mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 16:48:32 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,28 +11,28 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display information about logical volumes:
|
||||
|
||||
`lvs`
|
||||
`sudo lvs`
|
||||
|
||||
- Display all logical volumes:
|
||||
|
||||
`lvs {{[-a|--all]}}`
|
||||
`sudo lvs {{[-a|--all]}}`
|
||||
|
||||
- Change default display to show more details:
|
||||
|
||||
`lvs {{[-v|--verbose]}}`
|
||||
`sudo lvs {{[-v|--verbose]}}`
|
||||
|
||||
- Display only specific fields:
|
||||
|
||||
`lvs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}`
|
||||
`sudo lvs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}`
|
||||
|
||||
- Append field to default display:
|
||||
|
||||
`lvs {{[-o|--options]}} +{{field_name}}`
|
||||
`sudo lvs {{[-o|--options]}} +{{field_name}}`
|
||||
|
||||
- Suppress heading line:
|
||||
|
||||
`lvs --noheadings`
|
||||
`sudo lvs --noheadings`
|
||||
|
||||
- Use a separator to separate fields:
|
||||
|
||||
`lvs --separator {{=}}`
|
||||
`sudo lvs --separator {{=}}`
|
||||
|
||||
Reference in New Issue
Block a user