1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/linux/ncdu.md
2018-07-15 09:55:40 +01:00

19 lines
350 B
Markdown

# ncdu
> Disk usage analyzer with an ncurses interface.
- Analyze the current working directory:
`ncdu`
- Analyze a given directory:
`ncdu {{path/to/directory}}`
- Save results to a file:
`ncdu -o {{path/to/file}}`
- Exclude files that match a pattern, argument can be given multiple times to add more patterns:
`ncdu --exclude '{{*.txt}}'`