<?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: Log File UNIX Commands</title>
	<atom:link href="http://www.atlas-tuesday.com/log-file-unix-commands/feed" rel="self" type="application/rss+xml" />
	<link>http://www.atlas-tuesday.com/log-file-unix-commands</link>
	<description>The adventures of Dustin Wright in the IT world.</description>
	<lastBuildDate>Tue, 01 Dec 2009 01:32:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Howard Hong</title>
		<link>http://www.atlas-tuesday.com/log-file-unix-commands/comment-page-1#comment-25635</link>
		<dc:creator>Howard Hong</dc:creator>
		<pubDate>Sat, 12 Sep 2009 13:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.atlas-tuesday.com/log-file-unix-commands#comment-25635</guid>
		<description>Here&#039;s a simpler cmdline for #2. No sub-shell and basename replaces sed command.

$ ls -1 &#124; while read f; do bf=`basename $f .l`; mv &quot;$f&quot; &quot;$bf.feb;&quot; done</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a simpler cmdline for #2. No sub-shell and basename replaces sed command.</p>
<p>$ ls -1 | while read f; do bf=`basename $f .l`; mv &#8220;$f&#8221; &#8220;$bf.feb;&#8221; done</p>
]]></content:encoded>
	</item>
</channel>
</rss>
