<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>&#60;SourceBench/&#62; Your place to share code stuff &#187; domains</title>
	<atom:link href="http://sourcebench.com/tag/domains/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcebench.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 May 2010 07:57:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Test if a nameserver change is done right</title>
		<link>http://sourcebench.com/languages/bash/test-if-a-nameserver-change-is-done-right/</link>
		<comments>http://sourcebench.com/languages/bash/test-if-a-nameserver-change-is-done-right/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:52:28 +0000</pubDate>
		<dc:creator>The SourceBench</dc:creator>
				<category><![CDATA[Bash/shell]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[ns]]></category>
		<category><![CDATA[whois]]></category>

		<guid isPermaLink="false">http://sourcebench.com/languages/bash/test-if-a-nameserver-change-is-done-right/</guid>
		<description><![CDATA[# imagine you just updated your whois data so it will point your domain to an other nameserver and you want to know if that worked out
# this little command lets you know on *nix based machines
for i in a b c d e f g h i j k l; do dig +short ns [...]]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;"># imagine you just updated your whois data so it will point your domain to an other nameserver and you want to know if that worked out
# this little command lets you know on *nix based machines
for i in a b c d e f g h i j k l; do dig +short ns domainname.com @$i.GTLD-SERVERS.NET; done</pre>]]></content:encoded>
			<wfw:commentRss>http://sourcebench.com/languages/bash/test-if-a-nameserver-change-is-done-right/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get a list of urls/domains from a text file</title>
		<link>http://sourcebench.com/languages/bash/get-a-list-of-urlsdomains-from-a-text-file/</link>
		<comments>http://sourcebench.com/languages/bash/get-a-list-of-urlsdomains-from-a-text-file/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 23:05:54 +0000</pubDate>
		<dc:creator>The SourceBench</dc:creator>
				<category><![CDATA[Bash/shell]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://sourcebench.com/languages/bash/get-a-list-of-urlsdomains-from-a-text-file/</guid>
		<description><![CDATA[sed 's/http/\^http/g' FILENAME &#124; tr -s &#34;^&#34; &#34;\n&#34; &#124; grep http&#124; sed 's/[\ &#124;\\\&#124;\&#34;].*//g' &#124; sed &#34;s/['].*//g&#34; &#124; sort &#124; uniq]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash;">sed 's/http/\^http/g' FILENAME | tr -s &quot;^&quot; &quot;\n&quot; | grep http| sed 's/[\ |\\\|\&quot;].*//g' | sed &quot;s/['].*//g&quot; | sort | uniq</pre>]]></content:encoded>
			<wfw:commentRss>http://sourcebench.com/languages/bash/get-a-list-of-urlsdomains-from-a-text-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
