<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Is there an easy way to search through a range of web pages to find which ones are active?</title>
	<link>http://ask.metafilter.com/11423/Is-there-an-easy-way-to-search-through-a-range-of-web-pages-to-find-which-ones-are-active/</link>
	<description>Comments on Ask MetaFilter post Is there an easy way to search through a range of web pages to find which ones are active?</description>
	<pubDate>Tue, 02 Nov 2004 11:16:30 -0800</pubDate>
	<lastBuildDate>Tue, 02 Nov 2004 11:16:30 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Is there an easy way to search through a range of web pages to find which ones are active?</title>
		<link>http://ask.metafilter.com/11423/Is-there-an-easy-way-to-search-through-a-range-of-web-pages-to-find-which-ones-are-active</link>	
		<description>Is there an easy way to search through a range of web pages to find which ones are active? [more inside] &lt;br /&gt;&lt;br /&gt; I&apos;m trying to find a job posting that is no longer openly posted at a web site (the closing date was several months ago).  The url for the job posting is in the format:&lt;br&gt;
&lt;br&gt;
http://anyplace.com/aa-1234.cfm&lt;br&gt;
&lt;br&gt;
Is there a quick and simple way for me to check pages /aa-1000 through /aa-9999, without having to type each one?&lt;br&gt;
&lt;br&gt;
(I did do a Google search, and while the posting I was looking for didn&apos;t come up, it did hit several pages that no longer appear on the general &quot;Jobs Available&quot; page.)</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.11423</guid>
		<pubDate>Tue, 02 Nov 2004 11:05:22 -0800</pubDate>
		<dc:creator>neurodoc</dc:creator>
		
			<category>websearching</category>
		
			<category>webpages</category>
		
	</item> <item>
		<title>By: DrJohnEvans</title>
		<link>http://ask.metafilter.com/11423/Is-there-an-easy-way-to-search-through-a-range-of-web-pages-to-find-which-ones-are-active#201610</link>	
		<description>A Unix shell script could do this in about four lines.  What OS are you running?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11423-201610</guid>
		<pubDate>Tue, 02 Nov 2004 11:16:30 -0800</pubDate>
		<dc:creator>DrJohnEvans</dc:creator>
	</item><item>
		<title>By: ook</title>
		<link>http://ask.metafilter.com/11423/Is-there-an-easy-way-to-search-through-a-range-of-web-pages-to-find-which-ones-are-active#201644</link>	
		<description>Nah, one line.&lt;br&gt;
&lt;br&gt;
curl -O &apos;http://anyplace.com/aa-[1000-9999].cfm&apos;&lt;br&gt;
&lt;br&gt;
Of course that or any other brute-force solution would hammer the site with nine thousand separate page requests -- not a very nice thing to do.   And you&apos;d still have to search through the results to find whatever it is you&apos;re looking for.&lt;br&gt;
&lt;br&gt;
Can you contact the site administrators and ask for whatever you&apos;re looking for, instead?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11423-201644</guid>
		<pubDate>Tue, 02 Nov 2004 11:57:52 -0800</pubDate>
		<dc:creator>ook</dc:creator>
	</item><item>
		<title>By: DrJohnEvans</title>
		<link>http://ask.metafilter.com/11423/Is-there-an-easy-way-to-search-through-a-range-of-web-pages-to-find-which-ones-are-active#201652</link>	
		<description>Okay, on the non-scripting end, have you tried a Google cache search, or possibly the &lt;a href=&quot;http://www.archive.org&quot;&gt;Internet Archive&lt;/a&gt;?  Either might have stored the site when your page was openly posted.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11423-201652</guid>
		<pubDate>Tue, 02 Nov 2004 12:03:48 -0800</pubDate>
		<dc:creator>DrJohnEvans</dc:creator>
	</item><item>
		<title>By: neurodoc</title>
		<link>http://ask.metafilter.com/11423/Is-there-an-easy-way-to-search-through-a-range-of-web-pages-to-find-which-ones-are-active#201696</link>	
		<description>Thanks for the quick advice.  I&apos;ve actually been able to find what I was looking for a different way, but this is a general question that I&apos;ve often wondered about.&lt;br&gt;
&lt;br&gt;
FYI:&lt;br&gt;
&lt;br&gt;
- I&apos;m running WinXP&lt;br&gt;
- I did try Google and the Archive, but neither had what I was looking for.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11423-201696</guid>
		<pubDate>Tue, 02 Nov 2004 12:30:45 -0800</pubDate>
		<dc:creator>neurodoc</dc:creator>
	</item><item>
		<title>By: punilux</title>
		<link>http://ask.metafilter.com/11423/Is-there-an-easy-way-to-search-through-a-range-of-web-pages-to-find-which-ones-are-active#201885</link>	
		<description>If you&apos;re using Firefox, &lt;a href=&quot;http://urlnav.mozdev.org/&quot;&gt;this &lt;/a&gt;extension can inc / decrement numeric parts of a URL, and even run a slideshow of the pages.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.11423-201885</guid>
		<pubDate>Wed, 03 Nov 2004 01:04:51 -0800</pubDate>
		<dc:creator>punilux</dc:creator>
	</item>
	</channel>
</rss>
