#!/bin/bash
lynx -dump -nolist "http://www.edu.xunta.es/diccionarios/BuscaTermo.jsp?Termo=""$1" | sed ' 1, 28 d ' | sed '/\[shim.gif\]/s///g'
