mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
517 B
517 B
dict
DICT 프로토콜을 사용하는 명령줄 사전. 더 많은 정보: https://github.com/cheusov/dictd.
- 사용 가능한 데이터베이스 목록 나열:
dict -D
- 데이터베이스에 대한 정보 얻기:
dict -i {{데이터베이스_이름}}
- 특정 데이터베이스에서 단어를 검색:
dict -d {{데이터베이스_이름}} {{단어}}
- 사용 가능한 모든 데이터베이스에서 단어를 검색:
dict {{단어}}
- DICT 서버에 대한 정보 표시:
dict -I