tldr/pages.ja/common/bg.md

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