<?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>Alex Sleat &#187; terminal</title>
	<atom:link href="http://alexsleat.co.uk/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Thu, 15 Jul 2010 09:50:43 +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>HowTo: Find Recently Used Commands in Linux</title>
		<link>http://alexsleat.co.uk/2010/06/22/howto-find-recently-used-commands-in-linux/</link>
		<comments>http://alexsleat.co.uk/2010/06/22/howto-find-recently-used-commands-in-linux/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 15:17:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=193</guid>
		<description><![CDATA[<br/>One of my most used commands in Linux is the history command, it lists all your recent commands. The problem with this is you might have to scroll through hundreds before you get to one of any interest, so adding &#8230; <a href="http://alexsleat.co.uk/2010/06/22/howto-find-recently-used-commands-in-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br/><p>One of my most used commands in Linux is the history command, it lists all your recent commands. The problem with this is you might have to scroll through hundreds before you get to one of any interest, so adding grep to search through these and bring back only relative one&#8217;s is great.</p>
<p>Give it a try (just change searchcriteria for what you want like apt-get or tar):</p>
<blockquote><p><code>history | grep searchcriteria</code></p></blockquote>
<p>Manual pages:</p>
<ul>
<li><a href="http://linux.die.net/man/3/history">history</a></li>
<li><a href="http://linux.die.net/man/1/grep">grep</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/22/howto-find-recently-used-commands-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
