mate-dictionary:tldr:1ecf7
mate-dictionary: Show similar words for a specific one in a new window.
$ mate-dictionary --match '${word}'
try on your machine
The command mate-dictionary --match '${word}'
is used to search for a word (${word}
) in the dictionary using the mate-dictionary tool.
Here's a breakdown of the command:
mate-dictionary
: This is the command for the mate-dictionary tool, which is a command-line interface (CLI) tool in the MATE Desktop Environment for accessing dictionary services.--match
: This option is used to specify the search type. In this case, it is set to'${word}'
, which indicates that it should search for an exact match of the provided word.${word}
: This is a placeholder representing the word you want to search for. You need to replace${word}
with the actual word you want to look up in the dictionary.
Overall, the command searches for the exact match of the word provided in the dictionary using the mate-dictionary tool.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.