hcloud, hd, he*: add Korean translation (#14517)

This commit is contained in:
HoJeong Im
2024-11-02 22:14:52 +09:00
committed by GitHub
parent c5d694b17a
commit 916a7d963d
13 changed files with 298 additions and 0 deletions

28
pages.ko/common/help.md Normal file
View File

@@ -0,0 +1,28 @@
# help
> Bash 내장 명령에 대한 정보를 표시.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-help>.
- 내장 명령의 전체 목록을 표시:
`help`
- `while` 루프 구성을 사용하는 방법에 대한 지침을 출력:
`help while`
- `for` 루프 구성을 사용하는 방법에 대한 지침을 출력:
`help for`
- 조건부 명령에 `[[ ]]`를 사용하는 방법에 대한 지침을 출력:
`help [[ ]]`
- 산술 표현식을 평가하기 위해 `(( ))`를 사용하는 방법에 대한 지침을 출력:
`help \( \)`
- `cd` 명령 사용 방법에 대한 지침을 출력:
`help cd`