<?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: How to adjust the argument position in xargs?</title>
	<atom:link href="http://www.linuxask.com/questions/how-to-adjust-the-argument-position-in-xargs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxask.com/questions/how-to-adjust-the-argument-position-in-xargs</link>
	<description>Linux Ask! is a Q &#38; A web site specific for Linux related questions such as how to use common Linux commands.</description>
	<lastBuildDate>Mon, 23 Jan 2012 15:56:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Linux Ask!</title>
		<link>http://www.linuxask.com/questions/how-to-adjust-the-argument-position-in-xargs/comment-page-1#comment-125</link>
		<dc:creator>Linux Ask!</dc:creator>
		<pubDate>Sat, 26 Jun 2010 04:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxask.com/?p=306#comment-125</guid>
		<description>Hello,

Thanks for you tips.

Unfortunately, parallel is not included in most common distributions like Ubuntu.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for you tips.</p>
<p>Unfortunately, parallel is not included in most common distributions like Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Tange</title>
		<link>http://www.linuxask.com/questions/how-to-adjust-the-argument-position-in-xargs/comment-page-1#comment-123</link>
		<dc:creator>Ole Tange</dc:creator>
		<pubDate>Fri, 25 Jun 2010 17:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.linuxask.com/?p=306#comment-123</guid>
		<description>With GNU Parallel http://www.gnu.org/software/parallel/ you do not need the -i:

echo &quot;foo&quot; &#124; parallel echo {} &quot;bar&quot;

and you get the added advantage the jobs will be run in parallel.

Watch the intro video to GNU Parallel: http://www.youtube.com/watch?v=OpaiGYxkSuQ</description>
		<content:encoded><![CDATA[<p>With GNU Parallel <a href="http://www.gnu.org/software/parallel/" rel="nofollow">http://www.gnu.org/software/parallel/</a> you do not need the -i:</p>
<p>echo "foo" | parallel echo {} "bar"</p>
<p>and you get the added advantage the jobs will be run in parallel.</p>
<p>Watch the intro video to GNU Parallel: <a href="http://www.youtube.com/watch?v=OpaiGYxkSuQ" rel="nofollow">http://www.youtube.com/watch?v=OpaiGYxkSuQ</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

