<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Convert all eps in current directory to pdf&#8217;s</title>
	<atom:link href="http://www.pletscher.org/blog/2007/07/04/convert-all-eps-in-current-directory-to-pdfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pletscher.org/blog/2007/07/04/convert-all-eps-in-current-directory-to-pdfs/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 10 Sep 2010 13:40:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Groove</title>
		<link>http://www.pletscher.org/blog/2007/07/04/convert-all-eps-in-current-directory-to-pdfs/comment-page-1/#comment-155</link>
		<dc:creator>Groove</dc:creator>
		<pubDate>Fri, 10 Sep 2010 13:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.pletscher.org/blog/2007/07/04/convert-all-eps-in-current-directory-to-pdfs/#comment-155</guid>
		<description>Also, 
for f in `ls *.eps`; do 
epstopdf $f
done</description>
		<content:encoded><![CDATA[<p>Also,<br />
for f in `ls *.eps`; do<br />
epstopdf $f<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LOL</title>
		<link>http://www.pletscher.org/blog/2007/07/04/convert-all-eps-in-current-directory-to-pdfs/comment-page-1/#comment-91</link>
		<dc:creator>LOL</dc:creator>
		<pubDate>Mon, 12 Jan 2009 01:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pletscher.org/blog/2007/07/04/convert-all-eps-in-current-directory-to-pdfs/#comment-91</guid>
		<description>find . -name &#039;*.eps&#039; &#124; xargs epstopdf</description>
		<content:encoded><![CDATA[<p>find . -name &#8216;*.eps&#8217; | xargs epstopdf</p>
]]></content:encoded>
	</item>
</channel>
</rss>

