mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 11:41:34 +00:00
18 lines
303 B
Plaintext
18 lines
303 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# btrfs version
|
|
|
|
> Display btrfs-progs version.
|
|
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
|
|
|
|
- Display help:
|
|
|
|
`btrfs version --help`
|
|
|
|
- Display btrfs-progs version:
|
|
|
|
`btrfs version`
|