Forrest logo
back to context overview

gdu

List of commands for gdu:

  • gdu:tldr:01a66 gdu: Interactively show the disk usage of all mounted disks.
    $ gdu --show-disks
    try on your machine
    explain this command
  • gdu:tldr:3502a gdu: Interactively show the disk usage of the current directory.
    $ gdu
    try on your machine
    explain this command
  • gdu:tldr:51811 gdu: Interactively show the disk usage of a given directory.
    $ gdu ${path-to-directory}
    try on your machine
    explain this command
  • gdu:tldr:66ac6 gdu: Do not show the progress in non-interactive mode (useful in scripts).
    $ gdu --no-progress ${path-to-directory}
    try on your machine
    explain this command
  • gdu:tldr:9faf1 gdu: Interactively show the disk usage of the current directory but ignore some sub-directories.
    $ gdu --ignore-dirs ${path-to-directory1,path-to-directory2,---}
    try on your machine
    explain this command
  • gdu:tldr:a8201 gdu: Ignore paths by regular expression.
    $ gdu --ignore-dirs-pattern '${-*[abc]+}'
    try on your machine
    explain this command
  • gdu:tldr:e8f73 gdu: Ignore hidden directories.
    $ gdu --no-hidden
    try on your machine
    explain this command
  • gdu:tldr:f2157 gdu: Only print the result, do not enter interactive mode.
    $ gdu --non-interactive ${path-to-directory}
    try on your machine
    explain this command
back to context overview