now if somebody can create a script to lookup words in dictionary.com
preformatted without ads. :)

cat > $home/bin/rc/odict << EOF
#!/bin/rc

hget http://dictionary.com/browse/$1 | htmlfmt | awk ' /dictionary results/, /Cite This Source/ {print } '
EOF

chmod 755 $home/bin/rc/odict

odict simple





Reply via email to