1
0
Fork 0
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:
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

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}}`