<?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: Get PDF Word Count In Linux</title>
	<atom:link href="http://blog.yeticode.co.uk/2009/03/get-pdf-word-count-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yeticode.co.uk/2009/03/get-pdf-word-count-in-linux/</link>
	<description>John Tindell's Blog For Development Related Things</description>
	<lastBuildDate>Fri, 26 Feb 2010 20:12:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jonas</title>
		<link>http://blog.yeticode.co.uk/2009/03/get-pdf-word-count-in-linux/comment-page-1/#comment-234</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 30 Jul 2009 02:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yeticode.co.uk/?p=113#comment-234</guid>
		<description>Would probably do:
#!/bin/sh
# pdfwc.sh  
# usage ./pdfwc.sh filename.pdf  
#
pdftotext $1 - &#124; wc -w
#__EOF__

instead.</description>
		<content:encoded><![CDATA[<p>Would probably do:<br />
#!/bin/sh<br />
# pdfwc.sh<br />
# usage ./pdfwc.sh filename.pdf<br />
#<br />
pdftotext $1 &#8211; | wc -w<br />
#__EOF__</p>
<p>instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-07-03 &#171; Where Is All This Leading To?</title>
		<link>http://blog.yeticode.co.uk/2009/03/get-pdf-word-count-in-linux/comment-page-1/#comment-172</link>
		<dc:creator>links for 2009-07-03 &#171; Where Is All This Leading To?</dc:creator>
		<pubDate>Sat, 04 Jul 2009 00:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yeticode.co.uk/?p=113#comment-172</guid>
		<description>[...] Get PDF Word Count In Linux &#124; Development Blog (tags: pdf wordcount word count scripts cli bash) [...]</description>
		<content:encoded><![CDATA[<p>[...] Get PDF Word Count In Linux | Development Blog (tags: pdf wordcount word count scripts cli bash) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
