<?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>Linux, Programming, Telephony, Asterisk, Apache, Tips &#38; Tricks &#187; bash</title>
	<atom:link href="http://shahidz.com/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://shahidz.com</link>
	<description>Passionate About Technology</description>
	<lastBuildDate>Sun, 10 Jan 2010 17:38:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Autocompletion in Terminal is not working</title>
		<link>http://shahidz.com/autocompletion-in-terminal-is-not-working/</link>
		<comments>http://shahidz.com/autocompletion-in-terminal-is-not-working/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 06:59:23 +0000</pubDate>
		<dc:creator>Shahid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[teminal]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://shahidz.com/?p=84</guid>
		<description><![CDATA[One of the most helpful feature I find in linux boxes is it autocomplete fasility. This feature will make our job more easier. But in some servers or VPS this option is desabled by default or relevent packages for autocomplete where not installed. To enable autocomplete we need to two things.
1. Install the package &#8220;bash-completion&#8221;
$ [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most helpful feature I find in linux boxes is it autocomplete fasility. This feature will make our job more easier. But in some servers or VPS this option is desabled by default or relevent packages for autocomplete where not installed. To enable autocomplete we need to two things.</p>
<p>1. Install the package &#8220;<strong>bash-completion</strong>&#8221;</p>
<pre>$ sudo apt-get install bash-completion</pre>
<p>2. Add the following lines to the file ~/.bashrc or /etc/bash.bashrc</p>
<pre>if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi</pre>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fshahidz.com%2Fautocompletion-in-terminal-is-not-working%2F&amp;linkname=Autocompletion%20in%20Terminal%20is%20not%20working"><img src="http://shahidz.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://shahidz.com/autocompletion-in-terminal-is-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
