<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: lynx code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 06 Sep 2008 22:21:23 GMT</pubDate>
    <description>DZone Snippets: lynx code</description>
    <item>
      <title>Shell script to look up words at dictionary.com from the command line</title>
      <link>http://snippets.dzone.com/posts/show/875</link>
      <description>The following will look up a word on dictionary.com from the command line, where $1 is the word you want to look up, entered in as a parameter on the command line. (Lynx is a text-based browser that handles the html-to-text conversion for us.)&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;#!/bin/sh &lt;br /&gt;lynx -dump -nolist -pseudo_inlines                \&lt;br /&gt;  'http://dictionary.reference.com/search?q='$1'&amp;r=67'  \&lt;br /&gt;  | tail -n +13 | less -r&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 09 Nov 2005 05:54:19 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/875</guid>
      <author>madphilosopher (Darren Paul Griffith)</author>
    </item>
  </channel>
</rss>
