
gdu
List of commands for gdu:
-
gdu:tldr:01a66 gdu: Interactively show the disk usage of all mounted disks.$ gdu --show-diskstry on your machineexplain this command
-
gdu:tldr:3502a gdu: Interactively show the disk usage of the current directory.$ gdutry on your machineexplain this command
-
gdu:tldr:51811 gdu: Interactively show the disk usage of a given directory.$ gdu ${path-to-directory}try on your machineexplain 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 machineexplain 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 machineexplain this command
-
gdu:tldr:a8201 gdu: Ignore paths by regular expression.$ gdu --ignore-dirs-pattern '${-*[abc]+}'try on your machineexplain this command
-
gdu:tldr:e8f73 gdu: Ignore hidden directories.$ gdu --no-hiddentry on your machineexplain this command
-
gdu:tldr:f2157 gdu: Only print the result, do not enter interactive mode.$ gdu --non-interactive ${path-to-directory}try on your machineexplain this command