<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bash Tips for Power Users</title>
	<atom:link href="http://biodegradablegeek.com/2009/06/bash-tips-for-power-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://biodegradablegeek.com/2009/06/bash-tips-for-power-users/</link>
	<description></description>
	<lastBuildDate>Wed, 24 Feb 2010 09:51:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Uncle Bob</title>
		<link>http://biodegradablegeek.com/2009/06/bash-tips-for-power-users/comment-page-1/#comment-17797</link>
		<dc:creator>Uncle Bob</dc:creator>
		<pubDate>Wed, 14 Oct 2009 07:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://biodegradablegeek.com/?p=105#comment-17797</guid>
		<description>Another useful one when working with bash is CTRL+w

CTRL+w will delete the word left of the cursor. 

e.g. $ I love bash!*

Since the cursor is at the end of &#039;bash!&#039;, after pressing CTRL+w you will have

$ I love *</description>
		<content:encoded><![CDATA[<p>Another useful one when working with bash is CTRL+w</p>
<p>CTRL+w will delete the word left of the cursor. </p>
<p>e.g. $ I love bash!*</p>
<p>Since the cursor is at the end of &#8216;bash!&#8217;, after pressing CTRL+w you will have</p>
<p>$ I love *</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chisiyuan</title>
		<link>http://biodegradablegeek.com/2009/06/bash-tips-for-power-users/comment-page-1/#comment-8249</link>
		<dc:creator>chisiyuan</dc:creator>
		<pubDate>Thu, 11 Jun 2009 12:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://biodegradablegeek.com/?p=105#comment-8249</guid>
		<description>Very helpful! Thanks!</description>
		<content:encoded><![CDATA[<p>Very helpful! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
