Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,12 +1,12 @@
# bg
> 恢复被挂起的任务 (如. 使用 `Ctrl + Z`), 使它们在后台运行.
> 恢复被挂起的任务如. 使用 Ctrl + Z使它们在后台运行
> 更多信息: <https://manned.org/bg>.
- 恢复最近被挂起的任务,在后台运行:
- 恢复最近被挂起的任务,在后台运行
`bg`
- 恢复特定的任务 (使用 `jobs -l` 可以获取任务ID) 并在后台运行:
- 恢复特定的任务使用 `jobs -l` 可以获取任务 ID并在后台运行
`bg %{{job_id}}`