multiple pages: normalize line endings from CRLF to LF

This commit is contained in:
bl-ue
2021-01-12 08:27:59 -05:00
committed by Waldir Pimenta
parent a7069a26b4
commit 567dc4ce06
66 changed files with 1447 additions and 1447 deletions

View File

@@ -1,11 +1,11 @@
# bg
> 일시 중단된 작업을 다시 시작하고 (예. `Ctrl + Z`), 그 작업이 background에서 동작하게 유지.
- 가장 최근에 일시 중단된 작업을 재개하고 background에서 실행:
`bg`
- 특정 작업을 재개하고(`jobs -l` 를 사용하여 ID 가져오기) background에서 실행:
`bg %{{job_id}}`
# bg
> 일시 중단된 작업을 다시 시작하고 (예. `Ctrl + Z`), 그 작업이 background에서 동작하게 유지.
- 가장 최근에 일시 중단된 작업을 재개하고 background에서 실행:
`bg`
- 특정 작업을 재개하고(`jobs -l` 를 사용하여 ID 가져오기) background에서 실행:
`bg %{{job_id}}`