1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/duf.md
2022-07-20 10:03:20 -03:00

397 B

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