<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FBash_History</id>
	<title>Linux/Bash History - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FBash_History"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/Bash_History&amp;action=history"/>
	<updated>2026-05-07T04:25:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Linux/Bash_History&amp;diff=5112&amp;oldid=prev</id>
		<title>Kenneth: /* Bash History */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/Bash_History&amp;diff=5112&amp;oldid=prev"/>
		<updated>2019-03-12T04:43:43Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Bash History&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Bash History ==&lt;br /&gt;
&lt;br /&gt;
* Ctrl + R = Incremental search of command history&lt;br /&gt;
* Press Ctrl + R again to cycle through history&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
No logging commands to bash history:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-------- Original Message --------&lt;br /&gt;
Subject: 	Re: [sllug-members]: Non-root users and BASH shell history&lt;br /&gt;
Date: 		Mon, 20 Apr 2009 10:51:08 -0600&lt;br /&gt;
From: 		Erik Falor &amp;lt;ewfalor@gmail.com&amp;gt;&lt;br /&gt;
To: 		Salt Lake Linux Users Group Discussions &amp;lt;sllug-members@sllug.org&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the value &amp;#039;ignorespace&amp;#039; to your $HISTCONTROL variable.  It causes&lt;br /&gt;
bash to not log commandlines which begin with a space.  Then, it&amp;#039;s&lt;br /&gt;
just a matter of getting into the habit of hitting the spacebar before&lt;br /&gt;
entering sensitive commands.&lt;br /&gt;
&lt;br /&gt;
-- Erik Falor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Do not store history ==&lt;br /&gt;
&lt;br /&gt;
 HISTFILE=&lt;br /&gt;
&lt;br /&gt;
The most likely cause for history items not to show up is not by setting HISTFILE to nothing or HISTSIZE to zero, it is by logging into the same machine twice and exiting with the second bash instance (in which you did little or nothing) after the one where you did a lot. By default Bash doesn&amp;#039;t merge histories and the second Bash-exit overwrites the .bash_history that was so nicely update by the first Bash-exit.&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>