devcontainer, devenv, dfc, dhcpig, dict, diff-pdf, diffoscope, difft, dillo, direnv: add Korean translation (#14116)

This commit is contained in:
HoJeong Im
2024-10-12 01:59:18 +09:00
committed by GitHub
parent b28b45ba76
commit 5459f6493a
10 changed files with 262 additions and 0 deletions

24
pages.ko/common/dict.md Normal file
View File

@@ -0,0 +1,24 @@
# dict
> DICT 프로토콜을 사용하는 명령줄 사전.
> 더 많은 정보: <https://github.com/cheusov/dictd>.
- 사용 가능한 데이터베이스 목록 나열:
`dict -D`
- 데이터베이스에 대한 정보 얻기:
`dict -i {{데이터베이스_이름}}`
- 특정 데이터베이스에서 단어를 검색:
`dict -d {{데이터베이스_이름}} {{단어}}`
- 사용 가능한 모든 데이터베이스에서 단어를 검색:
`dict {{단어}}`
- DICT 서버에 대한 정보 표시:
`dict -I`