<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.unnionline.com &#187; Dictionary</title>
	<atom:link href="http://www.unnionline.com/blog/tag/dictionary/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unnionline.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 30 Nov 2011 11:49:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>A Simple Script To Get A Terminal Dictionary</title>
		<link>http://www.unnionline.com/blog/2009/06/a-simple-script-to-get-a-terminal-dictionary/</link>
		<comments>http://www.unnionline.com/blog/2009/06/a-simple-script-to-get-a-terminal-dictionary/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 16:50:45 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Dictionary]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=115</guid>
		<description><![CDATA[First, make sure that you]]></description>
			<content:encoded><![CDATA[<p>First, make sure that you have the Lynx web browser:</p>
<p><code>sudo apt-get install lynx</code></p>
<p>Now, make the following script:</p>
<p><code>#!/bin/sh</code></p>
<p><code>lynx -dump "http://wordnet.princeton.edu/perl/webwn?s=$1" | grep -B 1000 References | grep -A 1000 relations | less</code></p>
<p>Now you can define any word from the terminal. For example, suppose I want to know the definition of &#8216;psychoanalysis&#8217;, I can simply run:</p>
<p><code>./define psychoanalysis</code></p>
<p>and get the definition printed out.</p>
<p>It&#8217;s nothing fancy; just grabs the output from an online dictionary and spits it out to the terminal, but I find it to be very useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2009/06/a-simple-script-to-get-a-terminal-dictionary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

