Files
tldr/pages.zh/common/bg.md
2021-08-31 15:13:49 +08:00

13 lines
300 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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