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

16
pages.zh/common/nproc.md Normal file
View File

@@ -0,0 +1,16 @@
# nproc
> 打印可用的处理单元数量(通常是 CPU
> 更多信息:<https://www.gnu.org/software/coreutils/nproc>。
- 显示可用处理单元的数量:
`nproc`
- 显示安装的处理单元数量,包括任何不活动的单元:
`nproc --all`
- 如果可能,从返回值中减去给定数量的单元:
`nproc --ignore {{count}}`