<?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>pogma &#187; aside</title>
	<atom:link href="http://pogma.com/category/aside/feed/" rel="self" type="application/rss+xml" />
	<link>http://pogma.com</link>
	<description>Pogma&#039;s blog</description>
	<lastBuildDate>Sat, 05 Mar 2011 18:01:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>history with timestamps</title>
		<link>http://pogma.com/2009/12/18/history-with-timestamps/</link>
		<comments>http://pogma.com/2009/12/18/history-with-timestamps/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 19:00:28 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[aside]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://pogma.com/?p=154</guid>
		<description><![CDATA[The other day I wanted to know when I had done something in my shell history, I asked on irc, and dre^ answered -> fc -d for zsh Now I find myself looking at fc -l -d even when I don&#8217;t really need timestamps % fc -l -d [snip] 356 14:56 vim sem.c 357 18:09 [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I wanted to know when I had done something in my shell history, I asked on irc, and <a href="http://dreness.com">dre^</a> answered -> fc -d for zsh</p>
<p>Now I find myself looking at fc -l -d even when I don&#8217;t really need timestamps <img src='http://pogma.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<code>
<pre>
% fc -l -d
[snip]
  356  14:56  vim sem.c
  357  18:09  gmake
  358  18:10  vim buffer.c
</pre>
<p></code></p>
<p>It is possible to get similar behavior with bash:<br />
<code>
<pre>
$ HISTTIMEFORMAT="%T " history 3
 1386  09:36:54 grep -rl afio .
 1387  09:37:55 vim ChangeLog
 1388  12:56:57 HISTTIMEFORMAT="%T " history 3
</pre>
<p></code></p>
<p>Where HISTTIMEFORMAT uses an strftime string.</p>
<p>Yet another useless bit of knowledge!</p>
]]></content:encoded>
			<wfw:commentRss>http://pogma.com/2009/12/18/history-with-timestamps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gcc commit bit</title>
		<link>http://pogma.com/2008/04/02/gcc-commit-bit/</link>
		<comments>http://pogma.com/2008/04/02/gcc-commit-bit/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 04:13:36 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[aside]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://pogma.com/2008/04/02/gcc-commit-bit/</guid>
		<description><![CDATA[I got a commit bit for the gcc subversion repository yesterday, and exercised it for the first time today with this commit. Even though the number of patches that we have for gcc is very small, doing the commit beats heck out of begging on the mailing list for someone to commit for us]]></description>
			<content:encoded><![CDATA[<p>I got a commit bit for the <a href="http://gcc.gnu.org">gcc</a> subversion repository yesterday, and exercised it for the first time today with <a href="http://gcc.gnu.org/viewcvs?view=rev&amp;revision=133842">this</a> commit. Even though the number of patches that we have for gcc is very small, doing the commit beats heck out of begging on the mailing list for someone to commit for us <img src='http://pogma.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://pogma.com/2008/04/02/gcc-commit-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Libtool-2.2 is released</title>
		<link>http://pogma.com/2008/03/02/libtool-22-is-released/</link>
		<comments>http://pogma.com/2008/03/02/libtool-22-is-released/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 07:29:00 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[aside]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://pogma.com/2008/03/02/libtool-22-is-released/</guid>
		<description><![CDATA[Only a little late &#8211; it has been promised to arrive in the next couple of weeks for 4 years now, Gary released libtool-2.2 today. Thanks Gary!]]></description>
			<content:encoded><![CDATA[<p>Only a little late &#8211; it has been promised to arrive in the next couple of weeks for 4 years now, <a href="http://blog.azazil.net/" title="Gary's blog">Gary</a> released <a href="http://www.gnu.org/software/libtool" title="Libtool home page">libtool-2.2</a> today. Thanks Gary!</p>
]]></content:encoded>
			<wfw:commentRss>http://pogma.com/2008/03/02/libtool-22-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libtool releases</title>
		<link>http://pogma.com/2008/02/02/libtool-releases/</link>
		<comments>http://pogma.com/2008/02/02/libtool-releases/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 08:50:26 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[aside]]></category>
		<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://pogma.com/2008/02/02/libtool-releases/</guid>
		<description><![CDATA[I released libtool-1.5.26 yesterday and Gary released 2.1b the day before. With any luck 2008 will be the year the 1.5 branch dies forever.]]></description>
			<content:encoded><![CDATA[<p>I released libtool-1.5.26 yesterday and Gary released 2.1b the day before. With any luck 2008 will be the year the 1.5 branch dies forever.</p>
]]></content:encoded>
			<wfw:commentRss>http://pogma.com/2008/02/02/libtool-releases/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Leopard</title>
		<link>http://pogma.com/2007/10/27/leopard/</link>
		<comments>http://pogma.com/2007/10/27/leopard/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 06:16:53 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[aside]]></category>

		<guid isPermaLink="false">http://pogma.com/2007/10/27/leopard/</guid>
		<description><![CDATA[Mac OS X 10.5 (Leopard) is now available. In case you hadn&#8217;t noticed it comes with a slightly newer X11! Three cheers for Ben Byer!]]></description>
			<content:encoded><![CDATA[<p>Mac OS X 10.5 (Leopard) is now available. In case you hadn&#8217;t noticed it comes with a slightly newer X11! Three cheers for Ben Byer!</p>
]]></content:encoded>
			<wfw:commentRss>http://pogma.com/2007/10/27/leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

