1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

ncdu: add --color example and link (#7625)

This commit is contained in:
cyqsimon 2022-01-09 04:15:32 +08:00 committed by GitHub
parent 84b6cabf6e
commit bc9f58e971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,16 @@
# ncdu # ncdu
> Disk usage analyzer with an ncurses interface. > Disk usage analyzer with an ncurses interface.
> More information: <https://manned.org/ncdu>.
- Analyze the current working directory: - Analyze the current working directory:
`ncdu` `ncdu`
- Colorize output:
`ncdu --color {{dark|off}}`
- Analyze a given directory: - Analyze a given directory:
`ncdu {{path/to/directory}}` `ncdu {{path/to/directory}}`