<?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: Handy bash one liner for getting the ip address of a host</title>
	<atom:link href="http://blag.tsukasa.net.au/2009/02/19/handy-bash-one-liner-for-getting-the-ip-address-of-a-host/feed/" rel="self" type="application/rss+xml" />
	<link>http://blag.tsukasa.net.au/2009/02/19/handy-bash-one-liner-for-getting-the-ip-address-of-a-host/</link>
	<description>Tech ramblings of Greg Darke, a University of Sydney student</description>
	<lastBuildDate>Thu, 14 Jan 2010 04:33:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Risaer</title>
		<link>http://blag.tsukasa.net.au/2009/02/19/handy-bash-one-liner-for-getting-the-ip-address-of-a-host/comment-page-1/#comment-2447</link>
		<dc:creator>Risaer</dc:creator>
		<pubDate>Mon, 11 May 2009 19:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://blag.tsukasa.net.au/?p=63#comment-2447</guid>
		<description>Another little example (using ping and sed) is:
ping -c 1 -s 1 -t 1 SERVERNAME&#124;sed -n &quot;s/).*//;s/.*(//p&quot;

for my Fritzbox 7170 with freetz I need to change -t to -w (donnow why)</description>
		<content:encoded><![CDATA[<p>Another little example (using ping and sed) is:<br />
ping -c 1 -s 1 -t 1 SERVERNAME|sed -n &#8220;s/).*//;s/.*(//p&#8221;</p>
<p>for my Fritzbox 7170 with freetz I need to change -t to -w (donnow why)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bunton</title>
		<link>http://blag.tsukasa.net.au/2009/02/19/handy-bash-one-liner-for-getting-the-ip-address-of-a-host/comment-page-1/#comment-782</link>
		<dc:creator>James Bunton</dc:creator>
		<pubDate>Thu, 19 Feb 2009 12:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://blag.tsukasa.net.au/?p=63#comment-782</guid>
		<description>Is it cheating to use dig?
$ dig +short example.com&#124;head -n 1</description>
		<content:encoded><![CDATA[<p>Is it cheating to use dig?<br />
$ dig +short example.com|head -n 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SI</title>
		<link>http://blag.tsukasa.net.au/2009/02/19/handy-bash-one-liner-for-getting-the-ip-address-of-a-host/comment-page-1/#comment-778</link>
		<dc:creator>SI</dc:creator>
		<pubDate>Thu, 19 Feb 2009 10:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://blag.tsukasa.net.au/?p=63#comment-778</guid>
		<description>Perhaps:

host &quot;$name&quot; &#124; sed -r &#039;s/.*has address ([0-9\.]+)/\1/p&#039; &#124; head -n 1</description>
		<content:encoded><![CDATA[<p>Perhaps:</p>
<p>host &#8220;$name&#8221; | sed -r &#8217;s/.*has address ([0-9\.]+)/\1/p&#8217; | head -n 1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
