<?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>My two ¢&#039;s &#187; bash</title>
	<atom:link href="http://www.linuxaddicted.de/blog/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxaddicted.de/blog</link>
	<description>A Gentoo addict, linux admin and developer</description>
	<lastBuildDate>Wed, 31 Mar 2010 12:12:47 +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>Useful BASH setting: Ignore duplicate commands</title>
		<link>http://www.linuxaddicted.de/blog/2008/12/03/useful-bash-setting-ignore-duplicate-commands/</link>
		<comments>http://www.linuxaddicted.de/blog/2008/12/03/useful-bash-setting-ignore-duplicate-commands/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 13:31:16 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.linuxaddicted.de/blog/?p=154</guid>
		<description><![CDATA[<p>There are many settings that make BASH even more usable. As many people doesn&#8217;t seem to know this particular parameter i post it here:</p> HISTCONTROL=&#34;ignoredups&#34; <p>This setting in bashrc or profile makes BASH ignore duplicate commands when searching the history. It&#8217;s pretty useful if you had entered the same command several times.</p> ]]></description>
			<content:encoded><![CDATA[<p>There are many settings that make BASH even more usable. As many people doesn&#8217;t seem to know this particular parameter i post it here:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">HISTCONTROL</span>=<span style="color: #ff0000;">&quot;ignoredups&quot;</span></pre></div></div>

<p>This setting in bashrc or profile makes BASH ignore duplicate commands when searching the history. It&#8217;s pretty useful if you had entered the same command several times.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxaddicted.de/blog/2008/12/03/useful-bash-setting-ignore-duplicate-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

