<?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"
	>
<channel>
	<title>Comments on: Shell parameter size limitation: Argument list too long</title>
	<atom:link href="http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/feed/" rel="self" type="application/rss+xml" />
	<link>http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/</link>
	<description>Eric Cheng's Journal</description>
	<pubDate>Fri, 09 Jan 2009 00:45:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: echeng</title>
		<link>http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-984070</link>
		<dc:creator>echeng</dc:creator>
		<pubDate>Wed, 30 Jan 2008 18:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-984070</guid>
		<description>&lt;p&gt;It's Wordpress, trying to be "smart."  For that reason, I always wrap my code in PRE and CODE tags.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s Wordpress, trying to be &#8220;smart.&#8221;  For that reason, I always wrap my code in PRE and CODE tags.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-983585</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Wed, 30 Jan 2008 17:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-983585</guid>
		<description>&lt;p&gt;should both be single quotes around post*.jpg. for some reason the first got changed into a back-tick.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>should both be single quotes around post*.jpg. for some reason the first got changed into a back-tick.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-983573</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Wed, 30 Jan 2008 17:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-983573</guid>
		<description>&lt;p&gt;some tools (but not chmod) only take a single argument. for those you need "xargs -n 1 command" or use find:&lt;/p&gt;

&lt;p&gt;find . -type f -name 'post*.jpg' -exec chmod 777 {} \; -print&lt;/p&gt;

&lt;p&gt;find has the added benefit that it will traverse directory structures and apply the command to all matched files.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>some tools (but not chmod) only take a single argument. for those you need &#8220;xargs -n 1 command&#8221; or use find:</p>

<p>find . -type f -name &#8216;post*.jpg&#8217; -exec chmod 777 {} \; -print</p>

<p>find has the added benefit that it will traverse directory structures and apply the command to all matched files.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-979580</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 30 Jan 2008 02:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-979580</guid>
		<description>&lt;p&gt;Fuck me. Kenny's alive.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Fuck me. Kenny&#8217;s alive.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: echeng</title>
		<link>http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-977756</link>
		<dc:creator>echeng</dc:creator>
		<pubDate>Tue, 29 Jan 2008 21:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-977756</guid>
		<description>&lt;p&gt;Kenny -  with your journal output of 1-2 images per month, I'm sure you run into this problem once every, oh... 50-100 years or so.&lt;/p&gt;

&lt;p&gt;But you're right -- I should have thought of you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Kenny -  with your journal output of 1-2 images per month, I&#8217;m sure you run into this problem once every, oh&#8230; 50-100 years or so.</p>

<p>But you&#8217;re right &#8212; I should have thought of you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kenny liu</title>
		<link>http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-977724</link>
		<dc:creator>kenny liu</dc:creator>
		<pubDate>Tue, 29 Jan 2008 21:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://echeng.com/journal/2008/01/29/shell-parameter-size-limitation-argument-list-too-long/#comment-977724</guid>
		<description>&lt;p&gt;dude, eric, i could have told you that.  next time, just ask me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>dude, eric, i could have told you that.  next time, just ask me.</p>]]></content:encoded>
	</item>
</channel>
</rss>
