mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 11:53:52 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,19 +15,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display non-physical volumes:
|
||||
|
||||
`pvs -a`
|
||||
`pvs {{[-a|--all]}}`
|
||||
|
||||
- Change default display to show more details:
|
||||
|
||||
`pvs -v`
|
||||
`pvs {{[-v|--verbose]}}`
|
||||
|
||||
- Display only specific fields:
|
||||
|
||||
`pvs -o {{field_name_1}},{{field_name_2}}`
|
||||
`pvs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}`
|
||||
|
||||
- Append field to default display:
|
||||
|
||||
`pvs -o +{{field_name}}`
|
||||
`pvs {{[-o|--options]}} +{{field_name}}`
|
||||
|
||||
- Suppress heading line:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user