<?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>disable &#8211; Uroš Vovk</title>
	<atom:link href="https://www.urosvovk.com/tag/disable/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.urosvovk.com</link>
	<description>Uroš Vovk home page</description>
	<lastBuildDate>Mon, 28 Oct 2013 16:47:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Temporary Disabling Bash History</title>
		<link>https://www.urosvovk.com/temporary-disabling-bash-history/</link>
		
		<dc:creator><![CDATA[Uroš]]></dc:creator>
		<pubDate>Mon, 28 Oct 2013 16:47:53 +0000</pubDate>
				<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bash history]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[disable]]></category>
		<guid isPermaLink="false">http://www.urosvovk.com/?p=640</guid>

					<description><![CDATA[Let&#8217;s assume that you want execute some command that you don&#8217;t want in your history (e.g. commands with  passwords), but you don&#8217;t want to clear your entire history because of these. all you need to do is to run the following command: unset HISTFILE or HISTFILE=/dev/null this will disable history for your current session.]]></description>
										<content:encoded><![CDATA[<p>Let&#8217;s assume that you want execute some command that you don&#8217;t want in your history (e.g. commands with  passwords), but you don&#8217;t want to clear your entire history because of these.</p>
<p>all you need to do is to run the following command:</p>
<pre>unset HISTFILE</pre>
<p>or</p>
<pre>HISTFILE=/dev/null</pre>
<p>this will disable history for your current session.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
