dust(1)

Dust(1) General Commands Manual Dust(1)

NAME

Dust - Like du but more intuitive

SYNOPSIS

dust [-d|--depth] [-n|--number-of-lines] [-p|--full-paths] [-X|--ignore-directory] [-I|--ignore-all-in-file] [-L|--dereference-links] [-x|--limit-filesystem] [-s|--apparent-size] [-r|--reverse] [-c|--no-colors] [-C|--force-colors] [-b|--no-percent-bars] [-B|--bars-on-right] [-z|--min-size] [-R|--screen-reader] [--skip-total] [-f|--filecount] [-i|--ignore_hidden] [-v|--invert-filter] [-e|--filter] [-t|--file_types] [-w|--terminal_width] [-P|--no-progress] [-D|--only-dir] [-F|--only-file] [-o|--output-format] [-S|--stack-size] [-h|--help] [-V|--version] [params]

DESCRIPTION

Like du but more intuitive

OPTIONS

-d, --depth
Depth to show
-n, --number-of-lines
Number of lines of output to show. (Default is terminal_height - 10)
-p, --full-paths
Subdirectories will not have their path shortened
-X, --ignore-directory
Exclude any file or directory with this name
-I, --ignore-all-in-file
Exclude any file or directory with a regex matching that listed in this file, the file entries will be added to the ignore regexs provided by --invert_filter
-L, --dereference-links
dereference sym links - Treat sym links as directories and go into them
-x, --limit-filesystem
Only count the files and directories on the same filesystem as the supplied directory
-s, --apparent-size
Use file length instead of blocks
-r, --reverse
Print tree upside down (biggest highest)
-c, --no-colors
No colors will be printed (Useful for commands like: watch)
-C, --force-colors
Force colors print
-b, --no-percent-bars
No percent bars or percentages will be displayed
-B, --bars-on-right
percent bars moved to right side of screen
-z, --min-size
Minimum size file to include in output
-R, --screen-reader
For screen readers. Removes bars. Adds new column: depth level (May want to use -p too for full path)
--skip-total
No total row will be displayed
-f, --filecount
Directory 'size' is number of child files instead of disk size
-i, --ignore_hidden
Do not display hidden files
-v, --invert-filter
Exclude filepaths matching this regex. To ignore png files type: -v "\.png$"
-e, --filter
Only include filepaths matching this regex. For png files type: -e "\.png$"
-t, --file_types
show only these file types
-w, --terminal_width
Specify width of output overriding the auto detection of terminal width
-P, --no-progress
Disable the progress indication.
-D, --only-dir
Only directories will be displayed.
-F, --only-file
Only files will be displayed. (Finds your largest files)
-o, --output-format
Changes output display size. si will print sizes in powers of 1000. b/bytes kb kib mb mib gb gib will print the whole tree in that size
-S, --stack-size
Specify memory to use as stack size - use if you see: 'fatal runtime error: stack overflow' (default low memory=1048576, high memory=1073741824)
-h, --help
Print help
-V, --version
Print version
[params]

VERSION

v1.0.0

Dust 1.0.0