<?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: Argument List Too Long Message in Linux</title>
	<atom:link href="http://blog.trendics.com/linux/argument-list-too-long-message-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.trendics.com/linux/argument-list-too-long-message-in-linux/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 05:36:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: kent</title>
		<link>http://blog.trendics.com/linux/argument-list-too-long-message-in-linux/#comment-94</link>
		<dc:creator>kent</dc:creator>
		<pubDate>Sat, 26 Jul 2008 23:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.trendics.com/?p=82#comment-94</guid>
		<description>All nice tips.  Thanks.</description>
		<content:encoded><![CDATA[<p>All nice tips.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomdesinto</title>
		<link>http://blog.trendics.com/linux/argument-list-too-long-message-in-linux/#comment-93</link>
		<dc:creator>Tomdesinto</dc:creator>
		<pubDate>Sat, 26 Jul 2008 23:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.trendics.com/?p=82#comment-93</guid>
		<description>and also :
    find . -maxdepth 1 -name "*" -type f -delete</description>
		<content:encoded><![CDATA[<p>and also :<br />
    find . -maxdepth 1 -name &#8220;*&#8221; -type f -delete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asvin Balloo</title>
		<link>http://blog.trendics.com/linux/argument-list-too-long-message-in-linux/#comment-92</link>
		<dc:creator>Asvin Balloo</dc:creator>
		<pubDate>Sat, 26 Jul 2008 17:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.trendics.com/?p=82#comment-92</guid>
		<description>You can also try this :
ll &#124; xargs rm -drv

Much simpler ;-)</description>
		<content:encoded><![CDATA[<p>You can also try this :<br />
ll | xargs rm -drv</p>
<p>Much simpler <img src='http://blog.trendics.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billy</title>
		<link>http://blog.trendics.com/linux/argument-list-too-long-message-in-linux/#comment-91</link>
		<dc:creator>billy</dc:creator>
		<pubDate>Sat, 26 Jul 2008 06:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.trendics.com/?p=82#comment-91</guid>
		<description>I had the same issue a few mounths ago, this is what I came up with as a quick fix:

#!/bin/bash
locate "avant-window-navigator awn-manager &#62; files.txt"
rm -Rv `files.txt`
./awn.sh

locate can be replaced with any other way to gather a large list of files.</description>
		<content:encoded><![CDATA[<p>I had the same issue a few mounths ago, this is what I came up with as a quick fix:</p>
<p>#!/bin/bash<br />
locate &#8220;avant-window-navigator awn-manager &gt; files.txt&#8221;<br />
rm -Rv `files.txt`<br />
./awn.sh</p>
<p>locate can be replaced with any other way to gather a large list of files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
