mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-11 01:10:31 +00:00
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
# dict
|
|
# Dictionary client
|
|
|
|
# A list of all the available dictionaries can be queried by executing.
|
|
dict -I
|
|
|
|
# Translate 'understand' to Dutch.
|
|
dict -d fd-eng-nld understand
|
|
|
|
# Show available dict databases.
|
|
dict -D
|