<?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: Bash, looping over stdin</title>
	<atom:link href="http://stateless.geek.nz/2005/06/24/bash-looping-over-stdin/feed/" rel="self" type="application/rss+xml" />
	<link>http://stateless.geek.nz/2005/06/24/bash-looping-over-stdin/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jun 2010 00:08:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Somewhere out there! &#187; Cleaning up the initial samba passdb.tdb</title>
		<link>http://stateless.geek.nz/2005/06/24/bash-looping-over-stdin/comment-page-1/#comment-283</link>
		<dc:creator>Somewhere out there! &#187; Cleaning up the initial samba passdb.tdb</dc:creator>
		<pubDate>Wed, 12 Apr 2006 08:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/24/bash-looping-over-stdin/#comment-283</guid>
		<description>[...] Following on from the previous receipe: Bash, looping over stdin, here is a better method: sudo pdbedit -L &#124; cut -f1 -d: &#124; grep -v nic &#124; xargs -n1 sudo pdbedit -x [...]</description>
		<content:encoded><![CDATA[<p>[...] Following on from the previous receipe: Bash, looping over stdin, here is a better method: sudo pdbedit -L | cut -f1 -d: | grep -v nic | xargs -n1 sudo pdbedit -x [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
