<?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>Cold Chicken &#187; bash</title>
	<atom:link href="http://smux.net/blog/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://smux.net/blog</link>
	<description></description>
	<lastBuildDate>Fri, 26 Feb 2010 03:51:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Page Up and Page Down History Search on bash</title>
		<link>http://smux.net/blog/2009/03/22/page-up-and-page-down-history-search-on-bash/</link>
		<comments>http://smux.net/blog/2009/03/22/page-up-and-page-down-history-search-on-bash/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 11:24:10 +0000</pubDate>
		<dc:creator>Sena</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[completion]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://smux.net/blog/?p=57</guid>
		<description><![CDATA[One thing I got used to when using SLES was that I was able to search bash command history simply by typing the first few letters of a previous command, and then pressing Page Up. However, Ubuntu doesn&#8217;t seem to come with that feature enabled by default. After fiddling with CTRL-R a few times, I [...]]]></description>
			<content:encoded><![CDATA[<p>One thing I got used to when using <abbr title="Suse Linux Enterprise Server">SLES</abbr> was that I was able to search bash command history simply by typing the first few letters of a previous command, and then pressing <em>Page Up</em>. However, Ubuntu doesn&#8217;t seem to come with that feature enabled by default.</p>
<p>After fiddling with <em>CTRL-R</em> a few times, I checked out how to make this work.</p>
<p>Well, simply add the following two lines on a <code>.inputrc</code> file on your home directory, or uncomment them on <code>/etc/inputrc</code> for a system-wide effect:</p>
<blockquote><pre>"\e[5~": history-search-backward
"\e[6~": history-search-forward</pre>
</blockquote>
<p>That&#8217;s it. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://smux.net/blog/2009/03/22/page-up-and-page-down-history-search-on-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
