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

13
pages.zh/common/nice.md Normal file
View File

@@ -0,0 +1,13 @@
# nice
> 使用自定义调度优先级(亲和度)执行程序。
> 亲和度值范围从 -20最高优先级到 19最低优先级
> 更多信息:<https://www.gnu.org/software/coreutils/nice>。
- 启动具有更改优先级的程序:
`nice -{{niceness_value}} {{command}}`
- 使用显式选项定义优先级:
`nice {{-n|--adjustment}} {{niceness_value}} {{command}}`