I wrote that Shell script:
#!/bin/sh
if [ -z "$1" -o "$1" = "-h" -o "$1" = "--help" ]
then
printf "Usage: $0 word ...
"
exit
fi
for word in "$@"
do
printf "Translations for \"$word\":
"
w=$(printf "$1" | sed 's/ /+/g')
wget https://www.multitran.com/m.exe?s=$w -qO - | grep '^
