<?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: Bash script to convert pngs to jpgs, thumbnail them and generate forum code</title>
	<atom:link href="http://www.doknowevil.net/2008/08/11/bash-script-to-convert-pngs-to-jpgs-thumbnail-them-and-generate-forum-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doknowevil.net/2008/08/11/bash-script-to-convert-pngs-to-jpgs-thumbnail-them-and-generate-forum-code/</link>
	<description>Tips and Tricks About Computers, Web Development, Linux, the Internet and the Like</description>
	<lastBuildDate>Sat, 26 Jun 2010 14:13:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jadu Saikia</title>
		<link>http://www.doknowevil.net/2008/08/11/bash-script-to-convert-pngs-to-jpgs-thumbnail-them-and-generate-forum-code/comment-page-1/#comment-73092</link>
		<dc:creator>Jadu Saikia</dc:creator>
		<pubDate>Tue, 01 Dec 2009 15:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.doknowevil.net/2008/08/11/bash-script-to-convert-pngs-to-jpgs-thumbnail-them-and-generate-forum-code/#comment-73092</guid>
		<description>Nice one, really useful. For more number of files handling you can use:

FILES=(/root/demo/*.jpg)

and then 

for FILE in &quot;${FILES[@]}&quot;; do 
operation on $FILE
; done

Regards,
http://unstableme.blogspot.com/search/label/bash%20scripts</description>
		<content:encoded><![CDATA[<p>Nice one, really useful. For more number of files handling you can use:</p>
<p>FILES=(/root/demo/*.jpg)</p>
<p>and then </p>
<p>for FILE in &#8220;${FILES[@]}&#8221;; do<br />
operation on $FILE<br />
; done</p>
<p>Regards,<br />
<a href="http://unstableme.blogspot.com/search/label/bash%20scripts" rel="nofollow">http://unstableme.blogspot.com/search/label/bash%20scripts</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://www.doknowevil.net/2008/08/11/bash-script-to-convert-pngs-to-jpgs-thumbnail-them-and-generate-forum-code/comment-page-1/#comment-31163</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Tue, 21 Oct 2008 18:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.doknowevil.net/2008/08/11/bash-script-to-convert-pngs-to-jpgs-thumbnail-them-and-generate-forum-code/#comment-31163</guid>
		<description>Nice article. Thanks. :) Eugene</description>
		<content:encoded><![CDATA[<p>Nice article. Thanks. <img src='http://www.doknowevil.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Eugene</p>
]]></content:encoded>
	</item>
</channel>
</rss>
