<?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>Paul Maunders &#124; Web log &#187; wget</title>
	<atom:link href="http://www.pyrosoft.co.uk/blog/tag/wget/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pyrosoft.co.uk/blog</link>
	<description>Economics, Business, Telecoms, Tech and Gadgets</description>
	<lastBuildDate>Tue, 22 Jun 2010 21:05:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>A wget replacement for OS X Leopard</title>
		<link>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/</link>
		<comments>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 10:40:20 +0000</pubDate>
		<dc:creator>Paul Maunders</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.pyrosoft.co.uk/blog/?p=426</guid>
		<description><![CDATA[If, like me, you are missing wget since you upgraded to Leopard, then should set up an alias for wget to curl -O which does exactly the same thing: echo 'alias wget="curl -O"' >> ~/.bash_profile]]></description>
			<content:encoded><![CDATA[<p>If, like me, you are missing wget since you upgraded to Leopard, then should set up an alias for wget to curl -O which does exactly the same thing:</p>
<pre>
echo 'alias wget="curl -O"' >> ~/.bash_profile
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.pyrosoft.co.uk/blog/2008/09/16/a-wget-replacement-for-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
