Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -15,19 +15,19 @@ source: https://github.com/tldr-pages/tldr.git
- Display all volume groups:
`vgs -a`
`vgs {{[-a|--all]}}`
- Change default display to show more details:
`vgs -v`
`vgs {{[-v|--verbose]}}`
- Display only specific fields:
`vgs -o {{field_name_1}},{{field_name_2}}`
`vgs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}`
- Append field to default display:
`vgs -o +{{field_name}}`
`vgs {{[-o|--options]}} +{{field_name}}`
- Suppress heading line: