<?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>Fiesta Corporation &#187; admin</title>
	<atom:link href="http://www.fiestacorp.com/author/admin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fiestacorp.com</link>
	<description>Cave Dwellers</description>
	<lastBuildDate>Mon, 14 Dec 2009 00:22:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>twenty five minutes of image resizing</title>
		<link>http://www.fiestacorp.com/twenty-five-minutes-of-image-resizing-3</link>
		<comments>http://www.fiestacorp.com/twenty-five-minutes-of-image-resizing-3#comments</comments>
		<pubDate>Mon, 14 Dec 2009 00:13:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fiestacorp.com/?p=3</guid>
		<description><![CDATA[find . &#124; awk &#8216;/((\.jpg)&#124;(\.JPG))$/ {print $0;}&#8217;&#124; rename -v &#8217;s/[\(]/n/g&#8217;
find . &#124; awk &#8216;/((\.jpg)&#124;(\.JPG))$/ {print $0;}&#8217;&#124; rename -v &#8217;s/[\)]//g&#8217;
find . &#124; awk &#8216;/((\.jpg)&#124;(\.JPG))$/ {print $0;}&#8217;&#124; rename -v &#8217;s/ /_/g&#8217;
find . &#124; awk &#8216;/((\.jpg)&#124;(\.JPG))$/ {print $0;}&#8217;&#124; rename -v &#8217;s/JPG/jpg/g&#8217;
find . &#124; awk &#8216;/((\.jpg)&#124;(\.JPG))$/ {print $0;}&#8217; &#124; awk &#8216;{print substr($0,3)}&#8217; &#124; xargs &#8211;verbose -I {} echo &#8220;convert [...]]]></description>
			<content:encoded><![CDATA[<p>find . | awk &#8216;/((\.jpg)|(\.JPG))$/ {print $0;}&#8217;| rename -v &#8217;s/[\(]/n/g&#8217;<br />
find . | awk &#8216;/((\.jpg)|(\.JPG))$/ {print $0;}&#8217;| rename -v &#8217;s/[\)]//g&#8217;<br />
find . | awk &#8216;/((\.jpg)|(\.JPG))$/ {print $0;}&#8217;| rename -v &#8217;s/ /_/g&#8217;<br />
find . | awk &#8216;/((\.jpg)|(\.JPG))$/ {print $0;}&#8217;| rename -v &#8217;s/JPG/jpg/g&#8217;<br />
find . | awk &#8216;/((\.jpg)|(\.JPG))$/ {print $0;}&#8217; | awk &#8216;{print substr($0,3)}&#8217; | xargs &#8211;verbose -I {} echo &#8220;convert &#8216;{}&#8217; -resize &#8216;800&#215;600&gt;&#8217; ../resize/{}&#8221; | sh</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fiestacorp.com/twenty-five-minutes-of-image-resizing-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.fiestacorp.com/hello-world-1</link>
		<comments>http://www.fiestacorp.com/hello-world-1#comments</comments>
		<pubDate>Sat, 12 Dec 2009 05:36:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fiestacorp.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fiestacorp.com/hello-world-1/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

