<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.ivanovic.nz/index.php?action=history&amp;feed=atom&amp;title=Xargs</id>
		<title>Xargs - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.ivanovic.nz/index.php?action=history&amp;feed=atom&amp;title=Xargs"/>
		<link rel="alternate" type="text/html" href="https://wiki.ivanovic.nz/index.php?title=Xargs&amp;action=history"/>
		<updated>2026-04-17T15:50:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://wiki.ivanovic.nz/index.php?title=Xargs&amp;diff=103&amp;oldid=prev</id>
		<title>Milosivanovic: Created page with &quot;== Build argument list from previous output == &lt;pre&gt; command | xargs ls -l &lt;/pre&gt;  == Run command per line of previous output == &lt;pre&gt; command | xargs -L1 ls -l &lt;/pre&gt;  == Run...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.ivanovic.nz/index.php?title=Xargs&amp;diff=103&amp;oldid=prev"/>
				<updated>2015-06-24T16:05:58Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Build argument list from previous output == &amp;lt;pre&amp;gt; command | xargs ls -l &amp;lt;/pre&amp;gt;  == Run command per line of previous output == &amp;lt;pre&amp;gt; command | xargs -L1 ls -l &amp;lt;/pre&amp;gt;  == Run...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Build argument list from previous output ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
command | xargs ls -l&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run command per line of previous output ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
command | xargs -L1 ls -l&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Run piped command per line of previous output ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
command | xargs -L1 sh -c &amp;#039;command2 &amp;quot;$0&amp;quot; | command3&amp;#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Milosivanovic</name></author>	</entry>

	</feed>