Files
tldr/pages.ja/common/bg.md
2022-11-04 20:34:21 +00:00

13 lines
438 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 %{{ジョブID}}`