mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
# 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
|