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:
parent
84b6cabf6e
commit
bc9f58e971
1 changed files with 5 additions and 0 deletions
|
@ -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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue