multiple pages: add korean translation (#3564)
This commit is contained in:
11
pages.ko/common/bg.md
Normal file
11
pages.ko/common/bg.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# bg
|
||||
|
||||
> 일시 중단된 작업을 다시 시작하고 (예. `Ctrl + Z`), 그 작업이 background에서 동작하게 유지.
|
||||
|
||||
- 가장 최근에 일시 중단된 작업을 재개하고 background에서 실행:
|
||||
|
||||
`bg`
|
||||
|
||||
- 특정 작업을 재개하고(`jobs -l` 를 사용하여 ID 가져오기) background에서 실행:
|
||||
|
||||
`bg {{job_id}}`
|
Reference in New Issue
Block a user