
ncdu
List of commands for ncdu:
-
ncdu:tldr:0b535 ncdu: Analyze a given directory.$ ncdu ${path-to-directory}try on your machineexplain this command
-
ncdu:tldr:51b88 ncdu: Exclude files that match a pattern, argument can be given multiple times to add more patterns.$ ncdu --exclude '${*-txt}'try on your machineexplain this command
-
ncdu:tldr:59a0e ncdu: Analyze the current working directory.$ ncdutry on your machineexplain this command
-
ncdu:tldr:b8239 ncdu: Colorize output.$ ncdu --color ${select}try on your machineexplain this command
-
ncdu:tldr:fcd02 ncdu: Save results to a file.$ ncdu -o ${filename}try on your machineexplain this command