<?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: Bash Tip #2</title>
	<atom:link href="http://subprocess.net/2008/03/13/bash-tip-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://subprocess.net/2008/03/13/bash-tip-2/</link>
	<description>linux geek/dad</description>
	<lastBuildDate>Sat, 14 Nov 2009 02:26:18 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben Arwin</title>
		<link>http://subprocess.net/2008/03/13/bash-tip-2/comment-page-1/#comment-1807</link>
		<dc:creator>Ben Arwin</dc:creator>
		<pubDate>Sun, 05 Jul 2009 18:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://subprocess.net/2008/03/13/bash-tip-2/#comment-1807</guid>
		<description>Here&#039;s some help for users on OS X who are annoyed that Alt+.(alt + period) doesn&#039;t work.  Evidently the &quot;meta&quot; key is mapped to Esc by default.  So, Esc+period will work (as will Esc+f, Esc+b, and other emacs style shell shortcuts).  Here&#039;s a post I found that explains this a little further: &lt;a href=&quot;http://sn.im/lvc4y&quot;&gt;http://sn.im/lvc4y&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s some help for users on OS X who are annoyed that Alt+.(alt + period) doesn&#8217;t work.  Evidently the &#8220;meta&#8221; key is mapped to Esc by default.  So, Esc+period will work (as will Esc+f, Esc+b, and other emacs style shell shortcuts).  Here&#8217;s a post I found that explains this a little further: <a href="http://sn.im/lvc4y">http://sn.im/lvc4y</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benarwin</title>
		<link>http://subprocess.net/2008/03/13/bash-tip-2/comment-page-1/#comment-10</link>
		<dc:creator>benarwin</dc:creator>
		<pubDate>Fri, 14 Mar 2008 22:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://subprocess.net/2008/03/13/bash-tip-2/#comment-10</guid>
		<description>Great tips! I learned a few things.  One more &quot;!&quot; shortcut is you can type &quot;!&quot; followed by one or more letters and it will execute the most recent command in your history that began with those letters.

For example:
&lt;code&gt;
# telnet google.com 80
# test

# !t      (executes &#039;test&#039;)
# !tel    (executes &#039;telnet google.com 80&#039;)

# !tes    (executes &#039;test&#039;)
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Great tips! I learned a few things.  One more &#8220;!&#8221; shortcut is you can type &#8220;!&#8221; followed by one or more letters and it will execute the most recent command in your history that began with those letters.</p>
<p>For example:<br />
<code><br />
# telnet google.com 80<br />
# test</p>
<p># !t      (executes 'test')<br />
# !tel    (executes 'telnet google.com 80')</p>
<p># !tes    (executes 'test')<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
