<?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>David Cramer&#039;s Blog &#187; Bash</title>
	<atom:link href="http://www.davidcramer.net/category/code/bash/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:39:55 +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>Fixing Remote nano Sessions in Terminal.app</title>
		<link>http://www.davidcramer.net/mac/131/fixing-remote-nano-sessions-in-terminalapp.html</link>
		<comments>http://www.davidcramer.net/mac/131/fixing-remote-nano-sessions-in-terminalapp.html#comments</comments>
		<pubDate>Mon, 28 Jul 2008 03:04:50 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=131</guid>
		<description><![CDATA[One of my daily problems occurs when I&#8217;m ssh&#8217;d into a remote server and I&#8217;m using nano to edit configuration files or quick scripts to dump information. The problem being, that it screws up differently on different systems. So let&#8217;s start with the problems: Problem: Using the backspace key doesn&#8217;t remove the trailing character, but [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/mac/131/fixing-remote-nano-sessions-in-terminalapp.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bash Trick: History Searching ala iPython</title>
		<link>http://www.davidcramer.net/code/129/bash-trick-history-searching-ala-ipython.html</link>
		<comments>http://www.davidcramer.net/code/129/bash-trick-history-searching-ala-ipython.html#comments</comments>
		<pubDate>Sat, 26 Jul 2008 08:24:00 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[history]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=129</guid>
		<description><![CDATA[Recently I ran across a trick on the net. I use iPython quite a bit, and I love how I can type a partial history command, and then use up/down to cycle through the recently used commands/code lines. I thought it would be pretty cool to have this same technique available in the bash prompt. [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/129/bash-trick-history-searching-ala-ipython.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
