el*, em*, en*: add Korean translation (#14205)

This commit is contained in:
HoJeong Im
2024-10-16 16:11:21 +09:00
committed by GitHub
parent b729830f50
commit a4c8a7e42e
18 changed files with 450 additions and 0 deletions

12
pages.ko/common/enable.md Normal file
View File

@@ -0,0 +1,12 @@
# enable
> 쉘 내장 기능 활성화 및 비활성화.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-enable>.
- 내장 목록을 출력:
`enable`
- 내장 기능을 비활성화 (`bash`에서만 작동):
`enable -n {{명령어}}`