<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Learning the bash shell, third look	</title>
	<atom:link href="https://gregladen.com/blog/2008/03/26/learning-the-bash-shell-third/feed/" rel="self" type="application/rss+xml" />
	<link>https://gregladen.com/blog/2008/03/26/learning-the-bash-shell-third/</link>
	<description></description>
	<lastBuildDate>Wed, 26 Mar 2008 21:42:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.6</generator>
	<item>
		<title>
		By: rpenner		</title>
		<link>https://gregladen.com/blog/2008/03/26/learning-the-bash-shell-third/#comment-5667</link>

		<dc:creator><![CDATA[rpenner]]></dc:creator>
		<pubDate>Wed, 26 Mar 2008 21:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2008/03/26/learning-the-bash-shell-third/#comment-5667</guid>

					<description><![CDATA[Well, the goal is to edit the files that have html in them, not to edit a list of names of files that have html in them.Butgrep -l &#039;html&#039; * &#124; xargs gedit &amp;will work for many people who don&#039;t have bash as their shell.]]></description>
			<content:encoded><![CDATA[<p>Well, the goal is to edit the files that have html in them, not to edit a list of names of files that have html in them.Butgrep -l &#8216;html&#8217; * | xargs gedit &#038;will work for many people who don&#8217;t have bash as their shell.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Max Dobberstein		</title>
		<link>https://gregladen.com/blog/2008/03/26/learning-the-bash-shell-third/#comment-5666</link>

		<dc:creator><![CDATA[Max Dobberstein]]></dc:creator>
		<pubDate>Wed, 26 Mar 2008 21:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2008/03/26/learning-the-bash-shell-third/#comment-5666</guid>

					<description><![CDATA[How about &quot;grep -l &#039;html&#039; * &gt; filename.txt&quot;?]]></description>
			<content:encoded><![CDATA[<p>How about &#8220;grep -l &#8216;html&#8217; * > filename.txt&#8221;?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
