<?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: You need xargs replacement to do it that way..</title>
	<atom:link href="http://strugglers.net/~andy/blog/2007/04/10/you-need-xargs-replacement-to-do-it-that-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://strugglers.net/~andy/blog/2007/04/10/you-need-xargs-replacement-to-do-it-that-way/</link>
	<description>I'll get there one day.</description>
	<pubDate>Fri, 09 Jan 2009 23:17:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: perldog</title>
		<link>http://strugglers.net/~andy/blog/2007/04/10/you-need-xargs-replacement-to-do-it-that-way/comment-page-1/#comment-11159</link>
		<dc:creator>perldog</dc:creator>
		<pubDate>Fri, 13 Apr 2007 23:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/04/10/you-need-xargs-replacement-to-do-it-that-way/#comment-11159</guid>
		<description>Well this got me thinking, and as a result, I discovered the --target-directory (-t) option of cp, which I never knew existed, so you can write it the other way around (destination first) and use xargs as 'normal'. 

find ~/fonts/ -type f -iname '*.ttf' -print0 &#124; xargs -0 cp --target-directory=~/.fonts/</description>
		<content:encoded><![CDATA[<p>Well this got me thinking, and as a result, I discovered the &#8211;target-directory (-t) option of cp, which I never knew existed, so you can write it the other way around (destination first) and use xargs as &#8216;normal&#8217;. </p>
<p>find ~/fonts/ -type f -iname &#8216;*.ttf&#8217; -print0 | xargs -0 cp &#8211;target-directory=~/.fonts/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Thompson</title>
		<link>http://strugglers.net/~andy/blog/2007/04/10/you-need-xargs-replacement-to-do-it-that-way/comment-page-1/#comment-10977</link>
		<dc:creator>Will Thompson</dc:creator>
		<pubDate>Tue, 10 Apr 2007 20:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/04/10/you-need-xargs-replacement-to-do-it-that-way/#comment-10977</guid>
		<description>You handily wrote out the details that I did not bother to.  Thanks.  :-)</description>
		<content:encoded><![CDATA[<p>You handily wrote out the details that I did not bother to.  Thanks.  <img src='http://strugglers.net/~andy/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheepeatingtaz</title>
		<link>http://strugglers.net/~andy/blog/2007/04/10/you-need-xargs-replacement-to-do-it-that-way/comment-page-1/#comment-10976</link>
		<dc:creator>sheepeatingtaz</dc:creator>
		<pubDate>Tue, 10 Apr 2007 20:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://strugglers.net/~andy/blog/2007/04/10/you-need-xargs-replacement-to-do-it-that-way/#comment-10976</guid>
		<description>Great stuff, cheers!</description>
		<content:encoded><![CDATA[<p>Great stuff, cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
