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

20 lines
296 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.

# 任务
> 显示当前会话中的任务状态。
> 更多信息:<https://manned.org/jobs>。
- 显示所有任务的状态:
`jobs`
- 显示特定任务的状态:
`jobs %{{job_id}}`
- 显示所有任务的状态和进程ID
`jobs -l`
- 显示所有任务的进程ID
`jobs -p`