<?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: Keep your ~/.bash_history entries unique</title>
	<atom:link href="http://8ball-media.de/wp/2011/05/keep-your-bash_history-entries-unique/feed/" rel="self" type="application/rss+xml" />
	<link>http://8ball-media.de/wp/2011/05/keep-your-bash_history-entries-unique/</link>
	<description>pieces from everything</description>
	<lastBuildDate>Sun, 07 Apr 2019 00:25:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4</generator>
	<item>
		<title>By: Philippe Petrinko</title>
		<link>http://8ball-media.de/wp/2011/05/keep-your-bash_history-entries-unique/#comment-3323</link>
		<dc:creator>Philippe Petrinko</dc:creator>
		<pubDate>Mon, 02 Mar 2015 20:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://8ball-media.de/?p=803#comment-3323</guid>
		<description>Hi David,

AAMOF, there is already a builtin feature that allow control of bash history.

It is called ... HISTCONTROL.


HISTCONTROL

A colon-separated list of values controlling how commands are saved on the history list:

ignorespace	lines which begin with a space character are not saved in the history list
ignoredups	don&#039;t save lines matching the previous history entry
ignoreboth	short for ignorespace:ignoredups
erasedups	remove all previous lines matching the current line from the history list before the current line is saved

Check this on the internet, you&#039;ll see it fulfills your needs.

Thanks anyway for your Ruby code.

KUTGW !

-- Philippe Petrinko</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>AAMOF, there is already a builtin feature that allow control of bash history.</p>
<p>It is called &#8230; HISTCONTROL.</p>
<p>HISTCONTROL</p>
<p>A colon-separated list of values controlling how commands are saved on the history list:</p>
<p>ignorespace	lines which begin with a space character are not saved in the history list<br />
ignoredups	don&#8217;t save lines matching the previous history entry<br />
ignoreboth	short for ignorespace:ignoredups<br />
erasedups	remove all previous lines matching the current line from the history list before the current line is saved</p>
<p>Check this on the internet, you&#8217;ll see it fulfills your needs.</p>
<p>Thanks anyway for your Ruby code.</p>
<p>KUTGW !</p>
<p>&#8211; Philippe Petrinko</p>
]]></content:encoded>
	</item>
</channel>
</rss>
