<?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 Brace Expansion.</title>
	<atom:link href="http://ebergen.net/wordpress/2005/10/07/bash-brace-expansion/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebergen.net/wordpress/2005/10/07/bash-brace-expansion/</link>
	<description>You will probably want some waders, a pickaxe, and one of those hats with a light on it before you go in here.</description>
	<lastBuildDate>Fri, 13 Jan 2012 16:39:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Genstoo</title>
		<link>http://ebergen.net/wordpress/2005/10/07/bash-brace-expansion/comment-page-1/#comment-322409</link>
		<dc:creator>Genstoo</dc:creator>
		<pubDate>Sat, 02 Apr 2011 21:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=80#comment-322409</guid>
		<description>$echo foo{bar,baz}
foobar foobaz

$echo foo{,bar,baz}
foo foobar foobaz</description>
		<content:encoded><![CDATA[<p>$echo foo{bar,baz}<br />
foobar foobaz</p>
<p>$echo foo{,bar,baz}<br />
foo foobar foobaz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vyom2k4</title>
		<link>http://ebergen.net/wordpress/2005/10/07/bash-brace-expansion/comment-page-1/#comment-244524</link>
		<dc:creator>vyom2k4</dc:creator>
		<pubDate>Tue, 28 Jul 2009 10:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=80#comment-244524</guid>
		<description>Wow! I didnt know braces could be used in sequence
Thanks.</description>
		<content:encoded><![CDATA[<p>Wow! I didnt know braces could be used in sequence<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://ebergen.net/wordpress/2005/10/07/bash-brace-expansion/comment-page-1/#comment-179383</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 21 Sep 2008 06:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/?p=80#comment-179383</guid>
		<description>Oh, how it hurts to find out how easy it could all have been.

Having learned most of my scripting with ksh (on AIX), I really haven&#039;t done enough to learn all the little treats in Bash.  As it is, I only just recently learned to: 

for (( n = 1; n &lt; 5; n++)); do echo $n; done

But, oh my, look at my new play toy:

for s in {X..Z}{1..4}{a..c}; do echo $s; done

Thank you oh so much!</description>
		<content:encoded><![CDATA[<p>Oh, how it hurts to find out how easy it could all have been.</p>
<p>Having learned most of my scripting with ksh (on AIX), I really haven&#8217;t done enough to learn all the little treats in Bash.  As it is, I only just recently learned to: </p>
<p>for (( n = 1; n &lt; 5; n++)); do echo $n; done</p>
<p>But, oh my, look at my new play toy:</p>
<p>for s in {X..Z}{1..4}{a..c}; do echo $s; done</p>
<p>Thank you oh so much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

