<?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>Sat, 04 Feb 2012 22:11:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Linux Cheat Sheet</title>
		<link>http://alexsleat.co.uk/2010/12/30/linux-cheat-sheet/</link>
		<comments>http://alexsleat.co.uk/2010/12/30/linux-cheat-sheet/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 14:09:27 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[card]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[kindle 3]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[sheet]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=10764</guid>
		<description><![CDATA[<br/><p>I wanted a cheat sheet which would display pretty nicely on my Kindle 3, I found a bunch of great ones but none were formatted well to fit on the Kindle so I went ahead and compiled my own from the most useful stuff I found on the others. I&#8217;ve put in commands for [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I wanted a cheat sheet which would display pretty nicely on my Kindle 3, I found a bunch of great ones but none were formatted well to fit on the Kindle so I went ahead and compiled my own from the most useful stuff I found on the others. I&#8217;ve put in commands for manipulating text files, searching, permissions, system info and a bunch of other stuff too so check it out if you&#8217;re in need of a reference page. I&#8217;ll update it on here as it gets updated too.</p>
<p><center><embed src="http://alexsleat.co.uk/wp-content/uploads/2010/12/cheatsheet2.0.pdf" width="600" height="375"></center></p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/12/cheatsheet2.0.pdf">Download Here</a></p>
<p>Sources:</p>
<ul>
<li>Treebeard&#8217;s Unix Cheat Sheet &#8211; <a href="http://www.rain.org/~mkummel/unix.html">http://www.rain.org/~mkummel/unix.html</a></li>
<li>The One Page Linux Manual - <a href="http://www.digilife.be/quickreferences/QRC/The%20One%20Page%20Linux%20Manual.pdf">http://www.digilife.be/quickreferences/QRC/The%20One%20Page%20Linux%20Manual.pdf</a></li>
<li>Unix/Linux Command Reference - <a href="http://files.fosswire.com/2007/08/fwunixref.pdf">http://files.fosswire.com/2007/08/fwunixref.pdf</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/12/30/linux-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[blog1]]></category>
		<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/><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 [...]]]></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>

