<?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: SSH host name completion on a Mac</title>
	<atom:link href="http://blog.petersendidit.com/post/ssh-host-name-completion-on-a-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.petersendidit.com/post/ssh-host-name-completion-on-a-mac/</link>
	<description>blog of david petersen</description>
	<lastBuildDate>Tue, 03 Aug 2010 19:50:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: David L</title>
		<link>http://blog.petersendidit.com/post/ssh-host-name-completion-on-a-mac/comment-page-1/#comment-818</link>
		<dc:creator>David L</dc:creator>
		<pubDate>Thu, 07 Jan 2010 20:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petersendidit.com/?p=138#comment-818</guid>
		<description>get the same effect in one line:

complete -W &quot;$(echo `cat ~/.ssh/known_hosts &#124; cut -f 1 -d &#039; &#039; &#124; sed -e s/,.*//g &#124; uniq &#124; grep -v &quot;\[&quot;`;)&quot; ssh</description>
		<content:encoded><![CDATA[<p>get the same effect in one line:</p>
<p>complete -W &#8220;$(echo `cat ~/.ssh/known_hosts | cut -f 1 -d &#8216; &#8216; | sed -e s/,.*//g | uniq | grep -v &#8220;\[&#8220;`;)&#8221; ssh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
