gdu
Disk usage analyzer with console interface.
=> More information.
- Interactively show the disk usage of the current directory:
gdu
- Interactively show the disk usage of a given directory:
gdu {path/to/directory}
- Interactively show the disk usage of all mounted disks:
gdu --show-disks
- Interactively show the disk usage of the current directory but ignore some sub-directories:
gdu --ignore-dirs {path/to/directory1,path/to/directory2,...}
- Ignore paths by regular expression:
gdu --ignore-dirs-pattern '{.*[abc]+}'
- Ignore hidden directories:
gdu --no-hidden
- Only print the result, do not enter interactive mode:
gdu --non-interactive {path/to/directory}
- Do not show the progress in non-interactive mode (useful in scripts):
gdu --no-progress {path/to/directory}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/gdu.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 105.267759 milliseconds
- Gemini-to-HTML Time
- 1.048228 milliseconds
This content has been proxied by September (ba2dc).