<?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: Batch rename files in Mac OS X</title>
	<atom:link href="http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Wed, 22 May 2013 19:52:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: fruitOfTheBoom</title>
		<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/#comment-336078</link>
		<dc:creator>fruitOfTheBoom</dc:creator>
		<pubDate>Tue, 14 Feb 2012 20:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=2988#comment-336078</guid>
		<description>One reason why I never check automatic update in preferences for the vast majority of apps ... another reason is to avoid the unexpected hassles apps have with OS upgrades.  In short, if it ain&#039;t broke why upgrade it ?</description>
		<content:encoded><![CDATA[<p>One reason why I never check automatic update in preferences for the vast majority of apps &#8230; another reason is to avoid the unexpected hassles apps have with OS upgrades.  In short, if it ain&#8217;t broke why upgrade it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah Prange</title>
		<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/#comment-119154</link>
		<dc:creator>Micah Prange</dc:creator>
		<pubDate>Wed, 29 Sep 2010 13:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=2988#comment-119154</guid>
		<description>Use a bash (or tcsh, ... ) do loop. The following script changes filenames ending in .dat to filenames ending in .txt. You can type it as is into the command line or put it in text file and execute it. This might work in bash; a quick search will reveal how to do it in other shells. If you learn a little scripting you don&#039;t have to look for a separate app (and then bitch and moan when the developer wants to be compensated for his work!) for each small task. The power of the pc lies in its programmability. Take the power for yourself!

for oldfile in *.dat
do
newfile=`echo $file &#124; sed &#039;s/dat/txt/&#039;`
echo &quot;$oldfile --&gt; $newfile&quot;
mv $oldfile $newfile
done</description>
		<content:encoded><![CDATA[<p>Use a bash (or tcsh, &#8230; ) do loop. The following script changes filenames ending in .dat to filenames ending in .txt. You can type it as is into the command line or put it in text file and execute it. This might work in bash; a quick search will reveal how to do it in other shells. If you learn a little scripting you don&#8217;t have to look for a separate app (and then bitch and moan when the developer wants to be compensated for his work!) for each small task. The power of the pc lies in its programmability. Take the power for yourself!</p>
<p>for oldfile in *.dat<br />
do<br />
newfile=`echo $file | sed &#8216;s/dat/txt/&#8217;`<br />
echo &#8220;$oldfile &#8211;&gt; $newfile&#8221;<br />
mv $oldfile $newfile<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batch rename files for free in Mac OS</title>
		<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/#comment-101441</link>
		<dc:creator>Batch rename files for free in Mac OS</dc:creator>
		<pubDate>Tue, 11 May 2010 16:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=2988#comment-101441</guid>
		<description>[...] yes, we did a prior post on software to batch rename files in Mac OS X but the developer decided to turn the once donationware software into a paid solution. For now [...]</description>
		<content:encoded><![CDATA[<p>[...] yes, we did a prior post on software to batch rename files in Mac OS X but the developer decided to turn the once donationware software into a paid solution. For now [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batch rename files for free in Mac OS - OS X Daily</title>
		<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/#comment-101436</link>
		<dc:creator>Batch rename files for free in Mac OS - OS X Daily</dc:creator>
		<pubDate>Tue, 11 May 2010 14:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=2988#comment-101436</guid>
		<description>[...] yes, we did a prior post on software to batch rename files in Mac OS X but the developer decided to turn the once donationware software into a paid solution. For now [...]</description>
		<content:encoded><![CDATA[<p>[...] yes, we did a prior post on software to batch rename files in Mac OS X but the developer decided to turn the once donationware software into a paid solution. For now [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenth Just</title>
		<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/#comment-100449</link>
		<dc:creator>Kenth Just</dc:creator>
		<pubDate>Sun, 04 Apr 2010 15:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=2988#comment-100449</guid>
		<description>This is a nice software but it is can Add a Prefix or Suffix (Filename.jpg to Filename-trip.jpg).  Remove or Insert Characters? Here&#039;s a Windows solution:

&lt;a href=&quot;http://www.ulfwood.net/RenameFiles/FileRenamer.aspx&quot; rel=&quot;nofollow&quot;&gt;FileRenamer&lt;/a&gt; - no mac version</description>
		<content:encoded><![CDATA[<p>This is a nice software but it is can Add a Prefix or Suffix (Filename.jpg to Filename-trip.jpg).  Remove or Insert Characters? Here&#8217;s a Windows solution:</p>
<p><a href="http://www.ulfwood.net/RenameFiles/FileRenamer.aspx" rel="nofollow">FileRenamer</a> &#8211; no mac version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/#comment-100394</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 01 Apr 2010 17:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=2988#comment-100394</guid>
		<description>Here&#039;s a link to NameChanger&#039;s website where you can download it for free: http://web.mac.com/mickeyroberson/MRR_Software/NameChanger.html</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a link to NameChanger&#8217;s website where you can download it for free: <a href="http://web.mac.com/mickeyroberson/MRR_Software/NameChanger.html" rel="nofollow">http://web.mac.com/mickeyroberson/MRR_Software/NameChanger.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/#comment-100393</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 01 Apr 2010 17:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=2988#comment-100393</guid>
		<description>You can also try NameChanger, it has many of the same features.</description>
		<content:encoded><![CDATA[<p>You can also try NameChanger, it has many of the same features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Dykstra</title>
		<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/#comment-100383</link>
		<dc:creator>Andy Dykstra</dc:creator>
		<pubDate>Wed, 31 Mar 2010 20:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=2988#comment-100383</guid>
		<description>Automator already does all of this and it comes with the mac OS.</description>
		<content:encoded><![CDATA[<p>Automator already does all of this and it comes with the mac OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: treks</title>
		<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/#comment-100369</link>
		<dc:creator>treks</dc:creator>
		<pubDate>Tue, 30 Mar 2010 22:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=2988#comment-100369</guid>
		<description>name mangler gone $$ some time ago, i&#039;ve been using it for some time. update came up and asked me to pay. :/ i just don&#039;t update and it works.

as alternative try builtin automator.
or http://search.macupdate.com/search.php?keywords=rename&amp;os=mac</description>
		<content:encoded><![CDATA[<p>name mangler gone $$ some time ago, i&#8217;ve been using it for some time. update came up and asked me to pay. :/ i just don&#8217;t update and it works.</p>
<p>as alternative try builtin automator.<br />
or <a href="http://search.macupdate.com/search.php?keywords=rename&#038;os=mac" rel="nofollow">http://search.macupdate.com/search.php?keywords=rename&#038;os=mac</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Too much coffee</title>
		<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/#comment-100365</link>
		<dc:creator>Too much coffee</dc:creator>
		<pubDate>Tue, 30 Mar 2010 16:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=2988#comment-100365</guid>
		<description>I bet the developer saw the link and wanted a quick buck, LOL! Since this isn&#039;t free anymore, what is a good free batch renaming solution? I&#039;d love to rename my picture imports to something more meaningful rather than the standard IMG_912.JPG names that mean nothing to anyone. I know you can do this with Automator but that seems overly complex.</description>
		<content:encoded><![CDATA[<p>I bet the developer saw the link and wanted a quick buck, LOL! Since this isn&#8217;t free anymore, what is a good free batch renaming solution? I&#8217;d love to rename my picture imports to something more meaningful rather than the standard IMG_912.JPG names that mean nothing to anyone. I know you can do this with Automator but that seems overly complex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: treks</title>
		<link>http://osxdaily.com/2010/03/30/batch-rename-files-in-mac-os-x/#comment-100361</link>
		<dc:creator>treks</dc:creator>
		<pubDate>Tue, 30 Mar 2010 15:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=2988#comment-100361</guid>
		<description>sorry to brag, but when was the last time you visited developers site? 

that big &quot;Buy Now 10$&quot; button doesn&#039;t say &#039;freeware&#039; to me :)</description>
		<content:encoded><![CDATA[<p>sorry to brag, but when was the last time you visited developers site? </p>
<p>that big &#8220;Buy Now 10$&#8221; button doesn&#8217;t say &#8216;freeware&#8217; to me <img src='http://cdn.osxdaily.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 303/304 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-22 13:42:27 -->