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 logical volumes:
`lvs -a`
`lvs {{[-a|--all]}}`
- Change default display to show more details:
`lvs -v`
`lvs {{[-v|--verbose]}}`
- Display only specific fields:
`lvs -o {{field_name_1}},{{field_name_2}}`
`lvs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}`
- Append field to default display:
`lvs -o +{{field_name}}`
`lvs {{[-o|--options]}} +{{field_name}}`
- Suppress heading line: