<?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: 15 Examples To Master Linux Command Line History</title>
	<atom:link href="http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:52:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: acebee</title>
		<link>http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/comment-page-1/#comment-183584</link>
		<dc:creator>acebee</dc:creator>
		<pubDate>Tue, 24 Jan 2012 08:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=130#comment-183584</guid>
		<description>excellent - reminds me of time spent distant past in bengaluru on a certain floor sitting on a old as400..</description>
		<content:encoded><![CDATA[<p>excellent &#8211; reminds me of time spent distant past in bengaluru on a certain floor sitting on a old as400..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BUKUMI OLUYEDI</title>
		<link>http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/comment-page-1/#comment-173496</link>
		<dc:creator>BUKUMI OLUYEDI</dc:creator>
		<pubDate>Thu, 05 Jan 2012 21:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=130#comment-173496</guid>
		<description>Kindly apprise more on the LINUX COMMANDS. I am a undergraduate student of computer engineering from Nigeria.</description>
		<content:encoded><![CDATA[<p>Kindly apprise more on the LINUX COMMANDS. I am a undergraduate student of computer engineering from Nigeria.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit</title>
		<link>http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/comment-page-1/#comment-171448</link>
		<dc:creator>Abhijit</dc:creator>
		<pubDate>Tue, 03 Jan 2012 19:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=130#comment-171448</guid>
		<description>Awesome work Ramesh !!! Kudos to your efforts.</description>
		<content:encoded><![CDATA[<p>Awesome work Ramesh !!! Kudos to your efforts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdullah nawash</title>
		<link>http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/comment-page-1/#comment-163875</link>
		<dc:creator>Abdullah nawash</dc:creator>
		<pubDate>Wed, 28 Dec 2011 08:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=130#comment-163875</guid>
		<description>Thank you so much for enlightening us.
use history -d (to delete specific line from history)</description>
		<content:encoded><![CDATA[<p>Thank you so much for enlightening us.<br />
use history -d (to delete specific line from history)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/comment-page-1/#comment-134184</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Sat, 22 Oct 2011 12:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=130#comment-134184</guid>
		<description>@ Arun :

export HISTCONTROL=ignorespace:erasedups

By the way, for me on Ubuntu 10.10 with
export HISTIGNORE=&quot;ls:ls -ltr&quot;

ls -ltr still appears in history, I need to set &quot;ls *&quot;</description>
		<content:encoded><![CDATA[<p>@ Arun :</p>
<p>export HISTCONTROL=ignorespace:erasedups</p>
<p>By the way, for me on Ubuntu 10.10 with<br />
export HISTIGNORE=&#8221;ls:ls -ltr&#8221;</p>
<p>ls -ltr still appears in history, I need to set &#8220;ls *&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Goeteyn</title>
		<link>http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/comment-page-1/#comment-133156</link>
		<dc:creator>Jan Goeteyn</dc:creator>
		<pubDate>Tue, 18 Oct 2011 14:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=130#comment-133156</guid>
		<description>Please note that the F8 behavior (= cycling only that part of the history that begins with the characters you typed so far) and is known from the Windows cmd.exe shell, has a linux equivalent by pressing Ctrl r again to find the next previous instance of that word or letter. Subsequently pressing backspace cycles in the oposite direction until you are again at the most recent instance still matching that word or letter.

This also answers the issue from Andy Lee Robinson, who frequently got an overshoot due to his entousiasm to repeatedly enter the Ctrl r command and can’t go back: Use back space to go back.</description>
		<content:encoded><![CDATA[<p>Please note that the F8 behavior (= cycling only that part of the history that begins with the characters you typed so far) and is known from the Windows cmd.exe shell, has a linux equivalent by pressing Ctrl r again to find the next previous instance of that word or letter. Subsequently pressing backspace cycles in the oposite direction until you are again at the most recent instance still matching that word or letter.</p>
<p>This also answers the issue from Andy Lee Robinson, who frequently got an overshoot due to his entousiasm to repeatedly enter the Ctrl r command and can’t go back: Use back space to go back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Saha</title>
		<link>http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/comment-page-1/#comment-132771</link>
		<dc:creator>Arun Saha</dc:creator>
		<pubDate>Mon, 17 Oct 2011 00:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=130#comment-132771</guid>
		<description>Very helpful indeed!

We saw three uses of HISTCONTROL

export HISTCONTROL=ignoredups
export HISTCONTROL=erasedups
export HISTCONTROL=ignorespace

Are they mutually exclusive? What if someone wants both &quot;ignoredups&quot; and &quot;ignorespace&quot;?</description>
		<content:encoded><![CDATA[<p>Very helpful indeed!</p>
<p>We saw three uses of HISTCONTROL</p>
<p>export HISTCONTROL=ignoredups<br />
export HISTCONTROL=erasedups<br />
export HISTCONTROL=ignorespace</p>
<p>Are they mutually exclusive? What if someone wants both &#8220;ignoredups&#8221; and &#8220;ignorespace&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VJ</title>
		<link>http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/comment-page-1/#comment-130296</link>
		<dc:creator>VJ</dc:creator>
		<pubDate>Wed, 05 Oct 2011 13:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=130#comment-130296</guid>
		<description>Thanks a lot , really helpful in finding something that I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks a lot , really helpful in finding something that I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/comment-page-1/#comment-129475</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 29 Sep 2011 15:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=130#comment-129475</guid>
		<description>As far as your request to notify you of a use for an alternate history file, I have one:

We track various users&#039; commands to determine what the commands were that produced a bad server/result/etc.  Users don;t always provide honest answers.  So I hide the history file in another portion of the file system and sort them out by user.

However, I do have one question that I have not been able to figure out a solution for.

When I set the HISTTIMEFORMAT to show date and time (%F %T) and also set the HISTFILE to my custom location, the time format is *always* a UNIX timestamp, and never in a user-readable format. 

Does anyone have a solution for this?</description>
		<content:encoded><![CDATA[<p>As far as your request to notify you of a use for an alternate history file, I have one:</p>
<p>We track various users&#8217; commands to determine what the commands were that produced a bad server/result/etc.  Users don;t always provide honest answers.  So I hide the history file in another portion of the file system and sort them out by user.</p>
<p>However, I do have one question that I have not been able to figure out a solution for.</p>
<p>When I set the HISTTIMEFORMAT to show date and time (%F %T) and also set the HISTFILE to my custom location, the time format is *always* a UNIX timestamp, and never in a user-readable format. </p>
<p>Does anyone have a solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivaprakash</title>
		<link>http://www.thegeekstuff.com/2008/08/15-examples-to-master-linux-command-line-history/comment-page-1/#comment-126103</link>
		<dc:creator>Shivaprakash</dc:creator>
		<pubDate>Wed, 07 Sep 2011 13:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=130#comment-126103</guid>
		<description>Nice tutorial</description>
		<content:encoded><![CDATA[<p>Nice tutorial</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 13:16:54 -->
