mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:15:27 +02:00
duf: add page (#8171)
This commit is contained in:
parent
2a01bb7b7c
commit
6710d757da
1 changed files with 20 additions and 0 deletions
20
pages/common/duf.md
Normal file
20
pages/common/duf.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# duf
|
||||
|
||||
> Disk Usage/Free Utility.
|
||||
> More information: <https://github.com/muesli/duf>.
|
||||
|
||||
- List accessible devices:
|
||||
|
||||
`duf`
|
||||
|
||||
- List everything (such as pseudo, duplicate or inaccessible file systems):
|
||||
|
||||
`duf --all`
|
||||
|
||||
- Only show specified devices or mount points:
|
||||
|
||||
`duf {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- Sort the output by a specified criteria:
|
||||
|
||||
`duf --sort {{size|used|avail|usage}}`
|
Loading…
Add table
Reference in a new issue