<?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>RootAdmin.co.uk &#187; keyboard</title>
	<atom:link href="http://rootadmin.co.uk/tag/keyboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://rootadmin.co.uk</link>
	<description>The Blog of Liam Somerville</description>
	<lastBuildDate>Sun, 25 Jul 2010 02:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Bash shell keyboard shortcuts</title>
		<link>http://rootadmin.co.uk/2009/12/10/bash-shell-keyboard-shortcuts/</link>
		<comments>http://rootadmin.co.uk/2009/12/10/bash-shell-keyboard-shortcuts/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 23:53:03 +0000</pubDate>
		<dc:creator>Rootadmin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[liam]]></category>
		<category><![CDATA[Liam Somerville]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pclinux]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[rootadmin.co.uk]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[somerville]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rootadmin.co.uk/?p=257</guid>
		<description><![CDATA[Here is a list of some bash keyboard shortcuts you may or may not find useful Alt + B     Move cursor backward one word on the current line Alt + F     Move cursor forward one word on the current line Ctrl + A     Go to the beginning of the line you are [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of some bash keyboard shortcuts you may or may not find useful</p>
<p>Alt + B     Move cursor backward one word on the current line<br />
Alt + F     Move cursor forward one word on the current line<br />
Ctrl + A     Go to the beginning of the line you are currently typing on<br />
Ctrl + C     Kill whatever you are running<br />
Ctrl + D     Exit the current shell<br />
Ctrl + E     Go to the end of the line you are currently typing on<br />
Ctrl + H     Same as backspace<br />
Ctrl + K     Clear the line after the cursor<br />
Ctrl + L     Clears the Screen, similar to the clear command<br />
Ctrl + U     Clears the line before the cursor position. If you are at the end of the line, clears the entire line.<br />
Ctrl + R     Let’s you search through previously used commands<br />
Ctrl + T     Swap the last two characters before the cursor<br />
Ctrl + W     Delete the word before the cursor<br />
Ctrl + Z     Puts whatever you are running into a suspended background process. fg restores it.<br />
Esc + T     Swap the last two words before the cursor<br />
Tab         Auto-complete files and folder names</p>
]]></content:encoded>
			<wfw:commentRss>http://rootadmin.co.uk/2009/12/10/bash-shell-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
