<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Batch File Rename with awk and sed'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 00:54:52 GMT</pubDate>
<item>
<title>IanLewis said on 1/29/09</title>
<link>http://snipplr.com/view/3648/batch-file-rename-with-awk-and-sed/</link>
<description><![CDATA[ You can also do other commands to select files to rename. Like

find . -name "foo*.jpg" | awk '{print("mv "$1" "$1)}' | sed 's/foo/bar/2' | /bin/sh ]]></description>
<pubDate>Thu, 29 Jan 2009 00:10:27 GMT</pubDate>
<guid>http://snipplr.com/view/3648/batch-file-rename-with-awk-and-sed/</guid>
</item>
</channel>
</rss>
