Re: dictionary lookup...
- From: Bill Schoolcraft <bill linuxcare com>
- To: Arjun Medisetti eng sun com
- Cc: gnome-list gnome org
- Subject: Re: dictionary lookup...
- Date: Wed Aug 28 15:24:00 2002
Arjuna Medisetti wrote:
>
> Hi
> Any suggestions for dictionay lookup setup in gnome2.1. Thanks in advance.
>
> Thanks,
> Arjun.
> --
[off-topic]
Here is a little shell script I found that works out of command
line, I saved the file as "/bin/dict" and just type the
following with "dict" being the command and "answer" being the
word I want a definition for:
dict answer
==========================[snip_here]====================================
#!/bin/csh -f
set word=$1
# lynx is a text-based browser
# available free on the web/net.
lynx -cfg=/dev/null -dump "
http://www.dictionary.com/cgi-bin/dict.pl?term=${word}" | less
--
Bill Schoolcraft Linux/Unix System Engineer
650 Townsend Street #335 San Francisco, CA 94103
SF (415) 354-4878 http://www.linuxcare.com
http://www.linuxcare.com
"Simplifying Server Consolidation"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]