<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Changing file names in a directory</title>
	<link>http://www.bradrice.com/wposx/archives/40</link>
	<description>This site is about scripting with a particular emphasis on OS X. Other things OS X, too.</description>
	<pubDate>Thu, 03 Jul 2008 23:49:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Andy</title>
		<link>http://www.bradrice.com/wposx/archives/40#comment-58</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 22 Jun 2005 23:50:11 +0000</pubDate>
		<guid>http://www.bradrice.com/wposx/archives/40#comment-58</guid>
		<description>for i in *.jpg; do mv $i ${i%%.jpg}.tif; done</description>
		<content:encoded><![CDATA[<p>for i in *.jpg; do mv $i ${i%%.jpg}.tif; done</p>
]]></content:encoded>
	</item>
</channel>
</rss>
