<?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: WGet all the way</title>
	<atom:link href="http://insanesecurity.info/blog/wget-all-the-way/feed" rel="self" type="application/rss+xml" />
	<link>http://insanesecurity.info/blog/wget-all-the-way</link>
	<description>security through a distorted eye</description>
	<lastBuildDate>Wed, 10 Mar 2010 19:58:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Henry</title>
		<link>http://insanesecurity.info/blog/wget-all-the-way/comment-page-1#comment-151</link>
		<dc:creator>Chris Henry</dc:creator>
		<pubDate>Sun, 12 Jul 2009 04:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=121#comment-151</guid>
		<description>Nice post.  I&#039;ve often thought that wget could be used as part of a simple test framework.  Build out the latest to a host, have wget spider it, thereby hitting every page (more reliably than a human test).  Then grep through the error logs for errors / warnings / notices etc.</description>
		<content:encoded><![CDATA[<p>Nice post.  I&#8217;ve often thought that wget could be used as part of a simple test framework.  Build out the latest to a host, have wget spider it, thereby hitting every page (more reliably than a human test).  Then grep through the error logs for errors / warnings / notices etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anarchy Angel</title>
		<link>http://insanesecurity.info/blog/wget-all-the-way/comment-page-1#comment-110</link>
		<dc:creator>Anarchy Angel</dc:creator>
		<pubDate>Wed, 08 Jul 2009 14:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=121#comment-110</guid>
		<description>nice work y0 imma post this on Blisque!</description>
		<content:encoded><![CDATA[<p>nice work y0 imma post this on Blisque!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dblackshell</title>
		<link>http://insanesecurity.info/blog/wget-all-the-way/comment-page-1#comment-94</link>
		<dc:creator>dblackshell</dc:creator>
		<pubDate>Tue, 07 Jul 2009 19:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=121#comment-94</guid>
		<description>yes, but it was just an example... and egrep is an alias for &lt;code&gt;grep -E&lt;/code&gt;, and I used the Perl regex pattern</description>
		<content:encoded><![CDATA[<p>yes, but it was just an example&#8230; and egrep is an alias for <code>grep -E</code>, and I used the Perl regex pattern</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://insanesecurity.info/blog/wget-all-the-way/comment-page-1#comment-93</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 07 Jul 2009 19:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://insanesecurity.info/blog/?p=121#comment-93</guid>
		<description>Pretty interesting... I&#039;d just point out that you don&#039;t need &#039;cat&#039; to feed your file to grep, you can always &#039;grep somepattern file.txt&#039;.  Similarly, &#039;egrep&#039; shortens your command a lot:

egrep -o &quot;http://.*$&quot; links.txt &#124; sort &#124; uniq

To get all the links from links.txt.</description>
		<content:encoded><![CDATA[<p>Pretty interesting&#8230; I&#8217;d just point out that you don&#8217;t need &#8216;cat&#8217; to feed your file to grep, you can always &#8216;grep somepattern file.txt&#8217;.  Similarly, &#8216;egrep&#8217; shortens your command a lot:</p>
<p>egrep -o &#8220;http://.*$&#8221; links.txt | sort | uniq</p>
<p>To get all the links from links.txt.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
