add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/ncdu.md Normal file
View File

@@ -0,0 +1,24 @@
# ncdu
> 带有 ncurses 界面的磁盘使用分析器。
> 更多信息:<https://manned.org/ncdu>。
- 分析当前工作目录:
`ncdu`
- 彩色输出:
`ncdu --color {{dark|off}}`
- 分析指定目录:
`ncdu {{path/to/directory}}`
- 将结果保存到文件:
`ncdu -o {{path/to/file}}`
- 排除与模式匹配的文件,可以多次给出参数以添加更多模式:
`ncdu --exclude '{{*.txt}}'`