<?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: Argument list too long &#8211; Workarounds</title>
	<atom:link href="http://damonparker.org/blog/2006/12/28/argument-list-too-long-workarounds/feed/" rel="self" type="application/rss+xml" />
	<link>http://damonparker.org/blog/2006/12/28/argument-list-too-long-workarounds/</link>
	<description>code / ecommerce / life</description>
	<lastBuildDate>Sat, 21 Jan 2012 20:11:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: damonp</title>
		<link>http://damonparker.org/blog/2006/12/28/argument-list-too-long-workarounds/#comment-17440</link>
		<dc:creator>damonp</dc:creator>
		<pubDate>Mon, 22 Jan 2007 17:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/2006/12/28/argument-list-too-long-workarounds/#comment-17440</guid>
		<description>The ls way is clean, but I like using find so you can only select certain messages.  With my SPAM mailbox, I can delete messages that are older than a specified period of time (ie. 14 days below).

[code lang=&quot;bash&quot;]find . -mtime 14 -print0 &#124; xargs -0 rm[/code]</description>
		<content:encoded><![CDATA[<p>The ls way is clean, but I like using find so you can only select certain messages.  With my SPAM mailbox, I can delete messages that are older than a specified period of time (ie. 14 days below).</p>
<p>[code lang="bash"]find . -mtime 14 -print0 | xargs -0 rm[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://damonparker.org/blog/2006/12/28/argument-list-too-long-workarounds/#comment-16871</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 07 Jan 2007 20:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://damonparker.org/blog/2006/12/28/argument-list-too-long-workarounds/#comment-16871</guid>
		<description>Much better than the for-loop:

ls &#124; while read f; do rm $f; done</description>
		<content:encoded><![CDATA[<p>Much better than the for-loop:</p>
<p>ls | while read f; do rm $f; done</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using xcache
Database Caching 16/28 queries in 0.007 seconds using xcache
Content Delivery Network via cdn.damonparker.org/q9i5a4w8/cds/dp

Served from: damonparker.org @ 2012-02-10 05:49:26 -->
