<?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: How to Run a Linux Command Without Saving It in History	</title>
	<atom:link href="https://www.tecmint.com/run-linux-command-without-saving-in-history/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/run-linux-command-without-saving-in-history/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 00:20:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/run-linux-command-without-saving-in-history/comment-page-1/#comment-1807487</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 27 May 2022 08:09:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=46287#comment-1807487</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/run-linux-command-without-saving-in-history/comment-page-1/#comment-1796967&quot;&gt;Alexey&lt;/a&gt;.

@Alexey

It seems the variable is not set in Debian by default. You can add it manually using this command:
&lt;pre&gt;
echo &quot;HISTCONTROL=ignoreboth&quot; &#062;&#062;~/.bashrc
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/run-linux-command-without-saving-in-history/comment-page-1/#comment-1796967">Alexey</a>.</p>
<p>@Alexey</p>
<p>It seems the variable is not set in Debian by default. You can add it manually using this command:</p>
<pre>
echo "HISTCONTROL=ignoreboth" &gt;&gt;~/.bashrc
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/run-linux-command-without-saving-in-history/comment-page-1/#comment-1807485</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 27 May 2022 07:59:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=46287#comment-1807485</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/run-linux-command-without-saving-in-history/comment-page-1/#comment-1796956&quot;&gt;Alexey&lt;/a&gt;.

@Alexey

You are most welcome. Thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/run-linux-command-without-saving-in-history/comment-page-1/#comment-1796956">Alexey</a>.</p>
<p>@Alexey</p>
<p>You are most welcome. Thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alexey		</title>
		<link>https://www.tecmint.com/run-linux-command-without-saving-in-history/comment-page-1/#comment-1796967</link>

		<dc:creator><![CDATA[Alexey]]></dc:creator>
		<pubDate>Mon, 16 May 2022 05:56:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=46287#comment-1796967</guid>

					<description><![CDATA[&quot;But this depends fully on the value of the &lt;code&gt;$HISTCONTROL&lt;/code&gt; shell variable defined in the &lt;strong&gt;~/.bashrc&lt;/strong&gt; Bash startup file.&quot; - unfortunately, it doesn&#039;t work in Debian 11 Bullseye since there is no related information about &lt;code&gt;$HISTCONTROL&lt;/code&gt; in the &lt;strong&gt;~/.bashrc&lt;/strong&gt; file.

Where can I find this variable &lt;code&gt;$HISTCONTROL&lt;/code&gt; in that OS?

Thank you!]]></description>
			<content:encoded><![CDATA[<p>&#8220;But this depends fully on the value of the <code>$HISTCONTROL</code> shell variable defined in the <strong>~/.bashrc</strong> Bash startup file.&#8221; &#8211; unfortunately, it doesn&#8217;t work in Debian 11 Bullseye since there is no related information about <code>$HISTCONTROL</code> in the <strong>~/.bashrc</strong> file.</p>
<p>Where can I find this variable <code>$HISTCONTROL</code> in that OS?</p>
<p>Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alexey		</title>
		<link>https://www.tecmint.com/run-linux-command-without-saving-in-history/comment-page-1/#comment-1796956</link>

		<dc:creator><![CDATA[Alexey]]></dc:creator>
		<pubDate>Mon, 16 May 2022 05:30:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=46287#comment-1796956</guid>

					<description><![CDATA[Great article, thank you!

Does it work in both Debian and Redhat-based versions?]]></description>
			<content:encoded><![CDATA[<p>Great article, thank you!</p>
<p>Does it work in both Debian and Redhat-based versions?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
