<?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 Clear BASH Command Line History in Linux	</title>
	<atom:link href="https://www.tecmint.com/clear-command-line-history-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/clear-command-line-history-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 13:12:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Adam		</title>
		<link>https://www.tecmint.com/clear-command-line-history-in-linux/comment-page-1/#comment-1860169</link>

		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Wed, 10 Aug 2022 14:30:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28197#comment-1860169</guid>

					<description><![CDATA[You can also delete a series of lines like so:
&lt;pre&gt;
$ history -d 541-549
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>You can also delete a series of lines like so:</p>
<pre>
$ history -d 541-549
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aliyu		</title>
		<link>https://www.tecmint.com/clear-command-line-history-in-linux/comment-page-1/#comment-1695340</link>

		<dc:creator><![CDATA[Aliyu]]></dc:creator>
		<pubDate>Mon, 03 Jan 2022 05:44:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28197#comment-1695340</guid>

					<description><![CDATA[You can also use this command to remove the history:
&lt;pre&gt;
$ cd /home/username
$ rm .zsh_history
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>You can also use this command to remove the history:</p>
<pre>
$ cd /home/username
$ rm .zsh_history
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/clear-command-line-history-in-linux/comment-page-1/#comment-974748</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 07:31:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28197#comment-974748</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/clear-command-line-history-in-linux/comment-page-1/#comment-974209&quot;&gt;AJ&lt;/a&gt;.

@AJ

Sure, we will crosscheck this. Many thanks for the feedback.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/clear-command-line-history-in-linux/comment-page-1/#comment-974209">AJ</a>.</p>
<p>@AJ</p>
<p>Sure, we will crosscheck this. Many thanks for the feedback.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AJ		</title>
		<link>https://www.tecmint.com/clear-command-line-history-in-linux/comment-page-1/#comment-974209</link>

		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Mon, 05 Mar 2018 13:33:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28197#comment-974209</guid>

					<description><![CDATA[I opened the &lt;strong&gt;.bash_history&lt;/strong&gt; file. Found the line I wanted to delete. &#039;
&lt;pre&gt;
$ history -d &quot;#### &quot;
&lt;/pre&gt;
Went back to &lt;strong&gt;.bash_history&lt;/strong&gt;. The line was still there...

Went and edited in vim

Worked]]></description>
			<content:encoded><![CDATA[<p>I opened the <strong>.bash_history</strong> file. Found the line I wanted to delete. &#8216;</p>
<pre>
$ history -d "#### "
</pre>
<p>Went back to <strong>.bash_history</strong>. The line was still there&#8230;</p>
<p>Went and edited in vim</p>
<p>Worked</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/clear-command-line-history-in-linux/comment-page-1/#comment-956828</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 02 Jan 2018 05:57:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28197#comment-956828</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/clear-command-line-history-in-linux/comment-page-1/#comment-954850&quot;&gt;Out&lt;/a&gt;.

@Out

Yes, it&#039;s really short.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/clear-command-line-history-in-linux/comment-page-1/#comment-954850">Out</a>.</p>
<p>@Out</p>
<p>Yes, it&#8217;s really short.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
