t(){ while [ -n "$1" ];do T=/tmp/$$.html;lynx -source "http://dict.leo.\ org/?search=$1"|grep search\ results >$T&&w3m -dump $T;rm $T;shift;done;} [ -n "$1" ]&&t "$@"||while read -ep dict2\> W;do t $W|more; done #by rhb # http://rabe.uugrn.org/scripts/dict2