<?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: UNIX/AWK Tricks: How to copy a long list of files into a directory</title>
	<atom:link href="http://www.ruddwire.com/999/tech/unixawk-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ruddwire.com/999/tech/unixawk-tricks/</link>
	<description>Ruddwire.com: food, book, theatre reviews, data presentation projects, code snippets, millisecond date calculators</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:53:39 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Don Joe</title>
		<link>http://www.ruddwire.com/999/tech/unixawk-tricks/comment-page-1/#comment-15150</link>
		<dc:creator>Don Joe</dc:creator>
		<pubDate>Mon, 06 Jun 2011 13:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruddwire.com/?p=999#comment-15150</guid>
		<description>Or you could just do everything with awk and use system().
{ system(&quot;cp \&quot;&quot; $0 &quot;\&quot; images&quot;) }
The \&quot; are so that the $0 argument is getting surrounded by &quot;&quot; &#039;s so that if there are any spaces in the path, then the copy will still work.</description>
		<content:encoded><![CDATA[<p>Or you could just do everything with awk and use system().<br />
{ system(&#8221;cp \&#8221;" $0 &#8220;\&#8221; images&#8221;) }<br />
The \&#8221; are so that the $0 argument is getting surrounded by &#8220;&#8221; &#8217;s so that if there are any spaces in the path, then the copy will still work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

