mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 07:15:23 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
567 B
567 B
vgs
Display information about volume groups. See also:
lvm
. More information: https://manned.org/vgs.
- Display information about volume groups:
vgs
- Display all volume groups:
vgs {{[-a|--all]}}
- Change default display to show more details:
vgs {{[-v|--verbose]}}
- Display only specific fields:
vgs {{[-o|--options]}} {{field_name_1}},{{field_name_2}}
- Append field to default display:
vgs {{[-o|--options]}} +{{field_name}}
- Suppress heading line:
vgs --noheadings
- Use separator to separate fields:
vgs --separator =