<?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>Technical Diary &#187; bash</title>
	<atom:link href="http://andriigrytsenko.net/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://andriigrytsenko.net</link>
	<description>With Andrii Grytsenko</description>
	<lastBuildDate>Wed, 28 Jul 2010 09:02:46 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bash hotkeys</title>
		<link>http://andriigrytsenko.net/2009/07/bash-hotkeys/</link>
		<comments>http://andriigrytsenko.net/2009/07/bash-hotkeys/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 08:39:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://andriigrytsenko.net/?p=333</guid>
		<description><![CDATA[Here is the table of bash hotkeys.










Hotkey
Function


ctrl-l
clear screen


ctrl-f
forward character


ctrl-b
back character


esc-b
move cursor back by one word


esc-f
move cursor forward by one word


ctrl-r
search backward starting at the current line and moving `up&#8217; through the history as necessary.


ctrl-s
search forward starting at the current line and moving `down&#8217; through the history as necessary.


ctrl-p
fetch the previous command from the history list, [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the table of bash hotkeys.</p>
<p><span id="more-333"></span></p>
<table border="1">
<tbody>
<tr>
<td>Hotkey</td>
<td>Function</td>
</tr>
<tr>
<td>ctrl-l</td>
<td>clear screen</td>
</tr>
<tr>
<td>ctrl-f</td>
<td>forward character</td>
</tr>
<tr>
<td>ctrl-b</td>
<td>back character</td>
</tr>
<tr>
<td>esc-b</td>
<td>move cursor back by one word</td>
</tr>
<tr>
<td>esc-f</td>
<td>move cursor forward by one word</td>
</tr>
<tr>
<td>ctrl-r</td>
<td>search backward starting at the current line and moving `up&#8217; through the history as necessary.</td>
</tr>
<tr>
<td>ctrl-s</td>
<td>search forward starting at the current line and moving `down&#8217; through the history as necessary.</td>
</tr>
<tr>
<td>ctrl-p</td>
<td>fetch the previous command from the history list, moving back in the list.</td>
</tr>
<tr>
<td>ctrl-n</td>
<td>fetch the next command from the history list, moving forward in the list.</td>
</tr>
<tr>
<td>esc-&lt;</td>
<td>move to the first line in the history.</td>
</tr>
<tr>
<td>esc-&gt;</td>
<td>Move to the end line in the history.</td>
</tr>
<tr>
<td>ctrl-u</td>
<td>clear all text from cursor to start of line</td>
</tr>
<tr>
<td>ctrl-a</td>
<td>move to the start of command</td>
</tr>
<tr>
<td>ctrl-e</td>
<td>move to the end of command</td>
</tr>
<tr>
<td>ctrl-w</td>
<td>clear one word back</td>
</tr>
<tr>
<td>esc-\</td>
<td>delete all spaces and tabs around point.</td>
</tr>
<tr>
<td>ctrl-y</td>
<td>yank last cleared word</td>
</tr>
<tr>
<td>esc-y</td>
<td>yank first cleared word</td>
</tr>
<tr>
<td>esc-?</td>
<td>list of possible completions of the text before point. (like double TAB)</td>
</tr>
<tr>
<td>esc-*</td>
<td>insert all possible completions into the line</td>
</tr>
<tr>
<td>ctrl-c</td>
<td>send signal SIGINT to the current process which is interrupt the command</td>
</tr>
<tr>
<td>ctrl-d</td>
<td>kills the shell</td>
</tr>
<tr>
<td>ctrl-h</td>
<td>delete one letter back</td>
</tr>
<tr>
<td>ctrl-z</td>
<td>put process into the background</td>
</tr>
<tr>
<td>esc-p</td>
<td>like ctrl-r lets you search through the previously given commands.</td>
</tr>
<tr>
<td>esc-.</td>
<td>gives the last command you typed.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://andriigrytsenko.net/2009/07/bash-hotkeys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
