<?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: utterly useless unix command (uuuc)</title>
	<atom:link href="http://rajeev.name/2007/01/24/utterly-useless-unix-command-uuuc/feed/" rel="self" type="application/rss+xml" />
	<link>http://rajeev.name/2007/01/24/utterly-useless-unix-command-uuuc/</link>
	<description>technologist defying the peter principle</description>
	<lastBuildDate>Sat, 29 Oct 2011 23:22:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gna</title>
		<link>http://rajeev.name/2007/01/24/utterly-useless-unix-command-uuuc/comment-page-1/#comment-29359</link>
		<dc:creator>gna</dc:creator>
		<pubDate>Wed, 05 May 2010 20:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/2007/01/24/utterly-useless-unix-command-uuuc/#comment-29359</guid>
		<description>% ssh $hosts &quot;/usr/bin/yes &#124; /usr/sbin/pkgadd &quot;

Saying &quot;y&quot; to every question pkgadd might ask so you can do something useful while it installs software on $hosts.

Hint: first comment contained brackets so the &quot;hosts&quot; is missing</description>
		<content:encoded><![CDATA[<p>% ssh $hosts &#8220;/usr/bin/yes | /usr/sbin/pkgadd &#8221;</p>
<p>Saying &#8220;y&#8221; to every question pkgadd might ask so you can do something useful while it installs software on $hosts.</p>
<p>Hint: first comment contained brackets so the &#8220;hosts&#8221; is missing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr e</title>
		<link>http://rajeev.name/2007/01/24/utterly-useless-unix-command-uuuc/comment-page-1/#comment-19552</link>
		<dc:creator>mr e</dc:creator>
		<pubDate>Wed, 14 Oct 2009 18:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/2007/01/24/utterly-useless-unix-command-uuuc/#comment-19552</guid>
		<description>Thanks for the tip! this is going to dramatically cut down on the amount of code I have in my scripts.  Great find...</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! this is going to dramatically cut down on the amount of code I have in my scripts.  Great find&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajeev karamchedu</title>
		<link>http://rajeev.name/2007/01/24/utterly-useless-unix-command-uuuc/comment-page-1/#comment-140</link>
		<dc:creator>rajeev karamchedu</dc:creator>
		<pubDate>Sun, 04 Mar 2007 23:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/2007/01/24/utterly-useless-unix-command-uuuc/#comment-140</guid>
		<description>so that&#039;s one additional command and a wasted pipe to achieve what a command should natively be programmed to do. not sold yet, BB ! :) 
 </description>
		<content:encoded><![CDATA[<p>so that&#8217;s one additional command and a wasted pipe to achieve what a command should natively be programmed to do. not sold yet, BB ! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BB</title>
		<link>http://rajeev.name/2007/01/24/utterly-useless-unix-command-uuuc/comment-page-1/#comment-139</link>
		<dc:creator>BB</dc:creator>
		<pubDate>Fri, 02 Mar 2007 03:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://rajeev.name/2007/01/24/utterly-useless-unix-command-uuuc/#comment-139</guid>
		<description>anything that requires a repetitive entry of &#039;y&#039;, for example.  I highly recommend trying the following:

% yes &#124; /bin/rm -i *

:-)</description>
		<content:encoded><![CDATA[<p>anything that requires a repetitive entry of &#8216;y&#8217;, for example.  I highly recommend trying the following:</p>
<p>% yes | /bin/rm -i *</p>
<p>:-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

