From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4A69DDF6.9020108@proweb.co.uk> Date: Fri, 24 Jul 2009 17:14:46 +0100 From: maht User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> References: <1d5d51400907231649i3c039eebj45bffcd74e8a6fe6@mail.gmail.com> In-Reply-To: <1d5d51400907231649i3c039eebj45bffcd74e8a6fe6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Does "as little software as possible" include a modern Topicbox-Message-UUID: 2c749938-ead5-11e9-9d60-3106f5b1d025 > 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