<?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: Clean up those wget .listing files</title>
	<atom:link href="http://www.arkinex.com/blog/101/clean-up-those-wget-listing-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arkinex.com/blog/101/clean-up-those-wget-listing-files/</link>
	<description>the place where all my code can be viewed</description>
	<lastBuildDate>Wed, 28 Jul 2010 00:19:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: arkin</title>
		<link>http://www.arkinex.com/blog/101/clean-up-those-wget-listing-files/comment-page-1/#comment-8763</link>
		<dc:creator>arkin</dc:creator>
		<pubDate>Mon, 02 Nov 2009 05:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/?p=101#comment-8763</guid>
		<description>Same thing, different way, as always there are tons of ways.

-v in my method means Verbose which shows which .listing files were removed.

-f in your method means forceful, I don&#039;t think this would be required though :)</description>
		<content:encoded><![CDATA[<p>Same thing, different way, as always there are tons of ways.</p>
<p>-v in my method means Verbose which shows which .listing files were removed.</p>
<p>-f in your method means forceful, I don&#8217;t think this would be required though <img src='http://www.arkinex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joebert</title>
		<link>http://www.arkinex.com/blog/101/clean-up-those-wget-listing-files/comment-page-1/#comment-8760</link>
		<dc:creator>joebert</dc:creator>
		<pubDate>Sun, 01 Nov 2009 19:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/?p=101#comment-8760</guid>
		<description>I had to do the same thing not long ago. Actually, it was recent enough that I was able to cat/grep my .bash_history to find the command I used. :)

Here&#039;s what I ended up doing.

find . -type f -name &quot;.listing&quot; -exec rm -f {} \;</description>
		<content:encoded><![CDATA[<p>I had to do the same thing not long ago. Actually, it was recent enough that I was able to cat/grep my .bash_history to find the command I used. <img src='http://www.arkinex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s what I ended up doing.</p>
<p>find . -type f -name &#8220;.listing&#8221; -exec rm -f {} \;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arkin</title>
		<link>http://www.arkinex.com/blog/101/clean-up-those-wget-listing-files/comment-page-1/#comment-7629</link>
		<dc:creator>arkin</dc:creator>
		<pubDate>Tue, 07 Jul 2009 19:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.arkinex.com/?p=101#comment-7629</guid>
		<description>Just a note, don&#039;t use the dollar sign at the start, thats just to show its a shell (bash) prompt.</description>
		<content:encoded><![CDATA[<p>Just a note, don&#8217;t use the dollar sign at the start, thats just to show its a shell (bash) prompt.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
