Scroll to navigation

Dust(1) General Commands Manual Dust(1)

NAME

Dust - Like du but more intuitive

SYNOPSIS

Dust [-h|--help] [-V|--version] [-d|--depth] [-n|--number-of-lines] [-p|--full-paths] [-X|--ignore-directory] [-L|--dereference-links] [-x|--limit-filesystem] [-s|--apparent-size] [-r|--reverse] [-c|--no-colors] [-b|--no-percent-bars] [-z|--min-size] [--skip-total] [-f|--filecount] [-i|--ignore_hidden] [-v|--invert-filter] [-e|--filter] [-t|--file_types] [-w|--terminal_width] [-H|--si] [-P|--no-progress] [-D|--only-dir] [inputs]

DESCRIPTION

Like du but more intuitive

OPTIONS

Print help information
Print version information
Depth to show
Number of lines of output to show. (Default is terminal_height - 10)
Subdirectories will not have their path shortened
Exclude any file or directory with this name
dereference sym links - Treat sym links as directories and go into them
Only count the files and directories on the same filesystem as the supplied directory
Use file length instead of blocks
Print tree upside down (biggest highest)
No colors will be printed (Useful for commands like: watch)
No percent bars or percentages will be displayed
Minimum size file to include in output
No total row will be displayed
Directory 'size' is number of child files/dirs not disk size
Do not display hidden files
Exclude filepaths matching this regex. To ignore png files type: -v "\.png$"
Only include filepaths matching this regex. For png files type: -e "\.png$"
show only these file types
Specify width of output overriding the auto detection of terminal width
print sizes in powers of 1000 (e.g., 1.1G)
Disable the progress indication.
Only directories will be displayed.
[inputs]

VERSION

v0.8.3

Dust 0.8.3