Forrest logo
back to context overview

ncdu

List of commands for ncdu:

  • ncdu:tldr:0b535 ncdu: Analyze a given directory.
    $ ncdu ${path-to-directory}
    try on your machine
    explain 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 machine
    explain this command
  • ncdu:tldr:59a0e ncdu: Analyze the current working directory.
    $ ncdu
    try on your machine
    explain this command
  • ncdu:tldr:b8239 ncdu: Colorize output.
    $ ncdu --color ${select}
    try on your machine
    explain this command
  • ncdu:tldr:fcd02 ncdu: Save results to a file.
    $ ncdu -o ${filename}
    try on your machine
    explain this command
back to context overview