logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Analyze Disk Usage - Control Directory Sizes with GDU | Online Free DevTools by Hexmos

Analyze disk usage efficiently with GDU. Find large files and directories quickly using this command-line tool. Free online tool, no registration required.

gdu

Disk usage analyzer with console interface. More information: https://github.com/dundee/gdu.

  • 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 regex:

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

return

See Also