<?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: Workflow hack weekend</title>
	<atom:link href="http://blog.melchua.com/2009/09/28/workflow-hack-weekend/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.melchua.com/2009/09/28/workflow-hack-weekend/</link>
	<description>Braindump of the Mel. Seek coherency and relevance at your own risk.</description>
	<lastBuildDate>Fri, 12 Mar 2010 12:50:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kevin mark</title>
		<link>http://blog.melchua.com/2009/09/28/workflow-hack-weekend/comment-page-1/#comment-2806</link>
		<dc:creator>kevin mark</dc:creator>
		<pubDate>Tue, 29 Sep 2009 07:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.melchua.com/2009/09/28/workflow-hack-weekend/#comment-2806</guid>
		<description>this is in my .muttrc:
set pager_index_lines=10
---------------------------
this enables you to see 10 lines from the subject index
(ps. the first comment was a misfire)</description>
		<content:encoded><![CDATA[<p>this is in my .muttrc:<br />
set pager_index_lines=10<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
this enables you to see 10 lines from the subject index<br />
(ps. the first comment was a misfire)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin mark</title>
		<link>http://blog.melchua.com/2009/09/28/workflow-hack-weekend/comment-page-1/#comment-2805</link>
		<dc:creator>kevin mark</dc:creator>
		<pubDate>Tue, 29 Sep 2009 07:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.melchua.com/2009/09/28/workflow-hack-weekend/#comment-2805</guid>
		<description>there is some advantage to xargs, but I still like:
cat file&#124; while read line; do 
echo $line;
done
or
for i in  $(seq 1 5); do
echo $i;
done</description>
		<content:encoded><![CDATA[<p>there is some advantage to xargs, but I still like:<br />
cat file| while read line; do<br />
echo $line;<br />
done<br />
or<br />
for i in  $(seq 1 5); do<br />
echo $i;<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin mark</title>
		<link>http://blog.melchua.com/2009/09/28/workflow-hack-weekend/comment-page-1/#comment-2804</link>
		<dc:creator>kevin mark</dc:creator>
		<pubDate>Tue, 29 Sep 2009 07:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.melchua.com/2009/09/28/workflow-hack-weekend/#comment-2804</guid>
		<description>there is some advantage to xargs, but I still like:
cat file&#124; while read line; do 
echo $line;
done
or
for i in  $(seq 1 5); do</description>
		<content:encoded><![CDATA[<p>there is some advantage to xargs, but I still like:<br />
cat file| while read line; do<br />
echo $line;<br />
done<br />
or<br />
for i in  $(seq 1 5); do</p>
]]></content:encoded>
	</item>
</channel>
</rss>
