Files
tldr/pages.zh/common/bg.md

12 lines
292 B
Markdown
Raw Permalink 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}}`