<?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: Classic Shell Scripting	</title>
	<atom:link href="https://gregladen.com/blog/2008/03/27/classic-shell-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>https://gregladen.com/blog/2008/03/27/classic-shell-scripting/</link>
	<description></description>
	<lastBuildDate>Fri, 28 Mar 2008 13:01:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.6</generator>
	<item>
		<title>
		By: Greg Laden		</title>
		<link>https://gregladen.com/blog/2008/03/27/classic-shell-scripting/#comment-5729</link>

		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Fri, 28 Mar 2008 13:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2008/03/27/classic-shell-scripting/#comment-5729</guid>

					<description><![CDATA[blf:  That is a good source, and is available in multiple languages as well, but for noobs who have just installed Ubuntu, which uses modern bash, the 24 year old book is more of a classic.  I would definitely recommend it as part of a collection.  (I&#039;ve also got a very early edition of the EMACS manual.)]]></description>
			<content:encoded><![CDATA[<p>blf:  That is a good source, and is available in multiple languages as well, but for noobs who have just installed Ubuntu, which uses modern bash, the 24 year old book is more of a classic.  I would definitely recommend it as part of a collection.  (I&#8217;ve also got a very early edition of the EMACS manual.)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dave		</title>
		<link>https://gregladen.com/blog/2008/03/27/classic-shell-scripting/#comment-5728</link>

		<dc:creator><![CDATA[dave]]></dc:creator>
		<pubDate>Thu, 27 Mar 2008 23:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2008/03/27/classic-shell-scripting/#comment-5728</guid>

					<description><![CDATA[Thompson and company claim to have invented unix so they could play spacewar, but it was once pointed out to me that the end result indicates that they were really more interested in cheating at Scrabble.]]></description>
			<content:encoded><![CDATA[<p>Thompson and company claim to have invented unix so they could play spacewar, but it was once pointed out to me that the end result indicates that they were really more interested in cheating at Scrabble.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: blf		</title>
		<link>https://gregladen.com/blog/2008/03/27/classic-shell-scripting/#comment-5727</link>

		<dc:creator><![CDATA[blf]]></dc:creator>
		<pubDate>Thu, 27 Mar 2008 18:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2008/03/27/classic-shell-scripting/#comment-5727</guid>

					<description><![CDATA[Arguably, &lt;EM&gt;&lt;STRONG&gt;the&lt;/STRONG&gt;&lt;/EM&gt; book on Unix scripting is &lt;EM&gt;The Unix Programming Environment&lt;/EM&gt; by Brian Kernighan and Rob Pike (1984):http://cm.bell-labs.com/cm/cs/upe/http://en.wikipedia.org/wiki/Unix_philosophyWhilst not about scripting or any particular shell, it neatly explains the power and purpose of shell scripting.  The book itself is sufficiently old so a fair number of feeptures in current shells aren&#039;t used, but that rarely detracts from its underlying elegance.]]></description>
			<content:encoded><![CDATA[<p>Arguably, <em><strong>the</strong></em> book on Unix scripting is <em>The Unix Programming Environment</em> by Brian Kernighan and Rob Pike (1984):<a href="http://cm.bell-labs.com/cm/cs/upe/http://en.wikipedia.org/wiki/Unix_philosophyWhilst" rel="nofollow ugc">http://cm.bell-labs.com/cm/cs/upe/http://en.wikipedia.org/wiki/Unix_philosophyWhilst</a> not about scripting or any particular shell, it neatly explains the power and purpose of shell scripting.  The book itself is sufficiently old so a fair number of feeptures in current shells aren&#8217;t used, but that rarely detracts from its underlying elegance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Greg Laden		</title>
		<link>https://gregladen.com/blog/2008/03/27/classic-shell-scripting/#comment-5726</link>

		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Thu, 27 Mar 2008 15:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2008/03/27/classic-shell-scripting/#comment-5726</guid>

					<description><![CDATA[Good question.  I would recommend this book for both.  It is technically detailed but well written and engaging.  It is not a hold-your-hand book.  A noob might want &quot;Unix for Dummies&quot; or &quot;Linux for Dummies&quot; (there are various versions and they are pretty good) ... which has some shell scripting.  But if someone is crazy enough to want to do their own shell scripting, they need to get serious anyway.This is a rarity.  The main book on Perl, for instance (the famous &quot;camel book&quot;) is in my view NOT for noobs at all. This book, however, can be accessed at several different levels.]]></description>
			<content:encoded><![CDATA[<p>Good question.  I would recommend this book for both.  It is technically detailed but well written and engaging.  It is not a hold-your-hand book.  A noob might want &#8220;Unix for Dummies&#8221; or &#8220;Linux for Dummies&#8221; (there are various versions and they are pretty good) &#8230; which has some shell scripting.  But if someone is crazy enough to want to do their own shell scripting, they need to get serious anyway.This is a rarity.  The main book on Perl, for instance (the famous &#8220;camel book&#8221;) is in my view NOT for noobs at all. This book, however, can be accessed at several different levels.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Virgil Samms		</title>
		<link>https://gregladen.com/blog/2008/03/27/classic-shell-scripting/#comment-5725</link>

		<dc:creator><![CDATA[Virgil Samms]]></dc:creator>
		<pubDate>Thu, 27 Mar 2008 15:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2008/03/27/classic-shell-scripting/#comment-5725</guid>

					<description><![CDATA[&lt;blockquote&gt;&lt;i&gt;If you want to have only one book on bash, get Classic Shell Scripting by Robbins and Beebe.&lt;/i&gt;&lt;/blockquote&gt;Is this recommendation for a newbie, or for someone with several decades of experience with csh &amp; tcsh scripting? If the former, what would you recommend for the latter?]]></description>
			<content:encoded><![CDATA[<blockquote><p><i>If you want to have only one book on bash, get Classic Shell Scripting by Robbins and Beebe.</i></p></blockquote>
<p>Is this recommendation for a newbie, or for someone with several decades of experience with csh &#038; tcsh scripting? If the former, what would you recommend for the latter?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
