tldr/pages.zh/common/bg.md

13 lines
300 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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