snippetbashTip
dutree — Analyze file system usage with colorful text-based trees. More information: <https://github.com/nach
Viewed 0 times
usagecommanddutreeanalyzeclifilewithsystem
linux
Problem
How to use the
dutree command: Analyze file system usage with colorful text-based trees. More information: <https://github.com/nachoparker/dutree#usage>.Solution
dutree — Analyze file system usage with colorful text-based trees. More information: <https://github.com/nachoparker/dutree#usage>.Show a graphical tree of the current directory:
dutreeShow a specific directory:
dutree {{path/to/directory}}Aggregate items smaller than a number of KB (or M for MB, or G for GB):
dutree --aggr {{number}}KShow subdirectories up to the specified depth (default is 1):
dutree --depth {{depth}}Skip directories for a fast local overview:
dutree --files-onlyExclude hidden files:
dutree --no-hiddenCode Snippets
Show a graphical tree of the current directory
dutreeShow a specific directory
dutree {{path/to/directory}}Aggregate items smaller than a number of KB (or M for MB, or G for GB)
dutree --aggr {{number}}KShow subdirectories up to the specified depth (default is 1)
dutree --depth {{depth}}Skip directories for a fast local overview
dutree --files-onlyContext
tldr-pages: linux/dutree
Revisions (0)
No revisions yet.