Is there any ports like Offline Oxford Dictionary of English?
https://www.getjar.com/categories/e...e/Offline-Oxford-Dictionary-of-English-879593
https://www.getjar.com/categories/e...e/Offline-Oxford-Dictionary-of-English-879593
function lookup() {
# Check if curl is installed
if [ ! -x "/usr/local/bin/curl" ] ; then
echo "Error: curl is no installed on your system"
exit 1
fi
curl dict://dict.org/d:"$*"
}