<?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: useful unix command: xargs</title>
	<atom:link href="http://systems.takizo.com/2007/01/27/useful-unix-command-xargs/feed/" rel="self" type="application/rss+xml" />
	<link>http://systems.takizo.com/2007/01/27/useful-unix-command-xargs/</link>
	<description>the systems admin blog</description>
	<lastBuildDate>Wed, 16 Nov 2011 14:48:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: mymac</title>
		<link>http://systems.takizo.com/2007/01/27/useful-unix-command-xargs/comment-page-1/#comment-64725</link>
		<dc:creator>mymac</dc:creator>
		<pubDate>Wed, 12 Mar 2008 08:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.takizo.com/blog/2007/01/27/useful-unix-command-xargs/#comment-64725</guid>
		<description>if the file/directory name has spaces in it, use &quot;find ./ -iname &#039;S0118*&#039; -print0 &#124; xargs -0 rm -rf&quot; instead ...</description>
		<content:encoded><![CDATA[<p>if the file/directory name has spaces in it, use &#8220;find ./ -iname &#8216;S0118*&#8217; -print0 | xargs -0 rm -rf&#8221; instead &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pradeep</title>
		<link>http://systems.takizo.com/2007/01/27/useful-unix-command-xargs/comment-page-1/#comment-6510</link>
		<dc:creator>pradeep</dc:creator>
		<pubDate>Sat, 19 May 2007 08:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.takizo.com/blog/2007/01/27/useful-unix-command-xargs/#comment-6510</guid>
		<description>help 

whare is ablevel openwebmail users address book in linux 9


my id is pspal83@gmail.com</description>
		<content:encoded><![CDATA[<p>help </p>
<p>whare is ablevel openwebmail users address book in linux 9</p>
<p>my id is <a href="mailto:pspal83@gmail.com">pspal83@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rd</title>
		<link>http://systems.takizo.com/2007/01/27/useful-unix-command-xargs/comment-page-1/#comment-1265</link>
		<dc:creator>rd</dc:creator>
		<pubDate>Tue, 30 Jan 2007 15:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.takizo.com/blog/2007/01/27/useful-unix-command-xargs/#comment-1265</guid>
		<description>If you get &quot;argument list too long&quot; error again with xargs, its time to use 

$ find . -name â€˜S0118*â€™ -exec rm {} \;

;)</description>
		<content:encoded><![CDATA[<p>If you get &#8220;argument list too long&#8221; error again with xargs, its time to use </p>
<p>$ find . -name â€˜S0118*â€™ -exec rm {} \;</p>
<p> <img src='http://systems.takizo.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LW</title>
		<link>http://systems.takizo.com/2007/01/27/useful-unix-command-xargs/comment-page-1/#comment-1244</link>
		<dc:creator>LW</dc:creator>
		<pubDate>Mon, 29 Jan 2007 05:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.takizo.com/blog/2007/01/27/useful-unix-command-xargs/#comment-1244</guid>
		<description>thankz!!</description>
		<content:encoded><![CDATA[<p>thankz!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

