duf: add page (#8171)

pull/1/head
walking-octopus 2022-07-20 13:03:20 +00:00 committed by GitHub
parent 2a01bb7b7c
commit 6710d757da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/common/duf.md Normal file
View 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}}`