<?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>The Pocket Site &#187; bash</title>
	<atom:link href="http://www.thepocketsite.com/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thepocketsite.com</link>
	<description>Serendipitous notes</description>
	<lastBuildDate>Wed, 29 Jun 2011 09:15:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Quick memory usage check by thread</title>
		<link>http://www.thepocketsite.com/2011/06/quick-memory-usage-check-by-thread/</link>
		<comments>http://www.thepocketsite.com/2011/06/quick-memory-usage-check-by-thread/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 09:15:30 +0000</pubDate>
		<dc:creator>Glenn</dc:creator>
				<category><![CDATA[Am a Geek]]></category>
		<category><![CDATA[Quick cuts]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.thepocketsite.com/?p=8478</guid>
		<description><![CDATA[Saved for posterity. Possibly there is an easier way. $# root@mt:/var/log# bash memreport Name: bash: 10588 Name: bash: 10600 Name: bash: 20548 Name: cron: 22420 Name: getty: 5928 Name: init: 8352 Name: ntpd: 38332 Name: rsyslogd: 54144 Name: sort: 59840 Name: sshd: 49168 Name: sshd: 70452 Name: udevd: 16864 Name: udevd: 16864 Name: udevd: 16868 [...]]]></description>
		<wfw:commentRss>http://www.thepocketsite.com/2011/06/quick-memory-usage-check-by-thread/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Auditing shell commands in bash</title>
		<link>http://www.thepocketsite.com/2009/10/auditing-shell-commands-in-bash/</link>
		<comments>http://www.thepocketsite.com/2009/10/auditing-shell-commands-in-bash/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 22:32:00 +0000</pubDate>
		<dc:creator>Glenn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.thepocketsite.com/?p=466</guid>
		<description><![CDATA[Bash has a built in history function that records recent shell commands. But by default it only retains a raw list of those without attaching additional information. You can add a timestamps to each command by adding something like&#8230; 1 echo 'export HISTTIMEFORMAT=&#34;%F-%R%t&#34;' &#38;gt;&#38;gt; ~/.bashrc &#8230; and then after reloading your shell session you will [...]]]></description>
		<wfw:commentRss>http://www.thepocketsite.com/2009/10/auditing-shell-commands-in-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

