<?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 Tips: Testing Arguments</title>
	<atom:link href="http://sixohthree.com/173/bash-tips-testing-arguments/feed" rel="self" type="application/rss+xml" />
	<link>http://sixohthree.com/173/bash-tips-testing-arguments</link>
	<description>The Weblog of Adam Backstrom</description>
	<lastBuildDate>Fri, 11 May 2012 19:37:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: John</title>
		<link>http://sixohthree.com/173/bash-tips-testing-arguments/comment-page-1#comment-140</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 05 Feb 2008 07:59:55 +0000</pubDate>
		<guid isPermaLink="false">/?p=173#comment-140</guid>
		<description>and yet 5 years later, it did still help me !

thanks :)</description>
		<content:encoded><![CDATA[<p>and yet 5 years later, it did still help me !</p>
<p>thanks <img src='http://sixohthree.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://sixohthree.com/173/bash-tips-testing-arguments/comment-page-1#comment-139</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 16 Nov 2004 19:49:14 +0000</pubDate>
		<guid isPermaLink="false">/?p=173#comment-139</guid>
		<description>&lt;i&gt;My script doesn’t work 100%. Arguments with spaces break. They’re read in as single arguments, but not stored as single arguments.&lt;/i&gt;&lt;p&gt;
Don&#039;t sweat it; there are a number of implementation-specific ways to decide how to handle this. &#160;gcc does it by having options with spaces instead use commas (e.g., -Wl,-rpath,/path/to/embed ). &#160;Your post was very time-saving for me, thanks for the help.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><i>My script doesn’t work 100%. Arguments with spaces break. They’re read in as single arguments, but not stored as single arguments.</i>
<p>
Don&#8217;t sweat it; there are a number of implementation-specific ways to decide how to handle this. &nbsp;gcc does it by having options with spaces instead use commas (e.g., -Wl,-rpath,/path/to/embed ). &nbsp;Your post was very time-saving for me, thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://sixohthree.com/173/bash-tips-testing-arguments/comment-page-1#comment-126</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=173#comment-126</guid>
		<description>I thought you dident use shell scrips. d: &#160;You always tease me when I use them. &#160;(/me is just being a bitch, ignore him.)</description>
		<content:encoded><![CDATA[<p>I thought you dident use shell scrips. d: &nbsp;You always tease me when I use them. &nbsp;(/me is just being a bitch, ignore him.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Backstrom</title>
		<link>http://sixohthree.com/173/bash-tips-testing-arguments/comment-page-1#comment-127</link>
		<dc:creator>Adam Backstrom</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=173#comment-127</guid>
		<description>It&#039;s a valid question. ;) I use scripts when they&#039;re appropriate for the task at hand. I&#039;ve seen people script things when the work was already done for them in another program, which is silly.

I thought you were on vacation. ;)</description>
		<content:encoded><![CDATA[<p>It&#8217;s a valid question. <img src='http://sixohthree.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I use scripts when they&#8217;re appropriate for the task at hand. I&#8217;ve seen people script things when the work was already done for them in another program, which is silly.</p>
<p>I thought you were on vacation. <img src='http://sixohthree.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl</title>
		<link>http://sixohthree.com/173/bash-tips-testing-arguments/comment-page-1#comment-128</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=173#comment-128</guid>
		<description>I never said that I was on vacation from reading other peoples stuff. d:

Damn I am getting good at doing the garbaldy-gook email address, I don&#039;t even have to think about adding the .com on the end anymore. (:
lskfjsdlfj@sfldjf.com
sflfgfdslj@ldfjow.com
slfweor@sldfj.com

Wooo</description>
		<content:encoded><![CDATA[<p>I never said that I was on vacation from reading other peoples stuff. d:</p>
<p>Damn I am getting good at doing the garbaldy-gook email address, I don&#8217;t even have to think about adding the .com on the end anymore. (:<br />
<a href="mailto:lskfjsdlfj@sfldjf.com">lskfjsdlfj@sfldjf.com</a><br />
<a href="mailto:sflfgfdslj@ldfjow.com">sflfgfdslj@ldfjow.com</a><br />
<a href="mailto:slfweor@sldfj.com">slfweor@sldfj.com</a></p>
<p>Wooo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://sixohthree.com/173/bash-tips-testing-arguments/comment-page-1#comment-129</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=173#comment-129</guid>
		<description>Interesting... unfortunately, our Alpha&#039;s here at work don&#039;t have bash (oh csh, why do you hate me. I&#039;ll have to wait until I&#039;m home to try it). :-(

God, our work machines don&#039;t have anything: less, emacs, sudo, perl (well, they have perl now that I&#039;ve bitched about it). On the plus side... with vi being the only editor, I no longer had any excuse to put off learning it. I&#039;m at the point where I&#039;m very comfortable with it now (after doing lots of perl and FORTRAN editing with it, I&#039;d better be).

Still, our work computer were misconfigured improperly. For example, when vi starts up, .exrc isn&#039;t read (gotta load it up manually). Heck even .cshrc doesn&#039;t work.

Even worse, my department isn&#039;t unix friendly. They&#039;ve finally found it in their budget to scrap our Alphas and replace them with Windows 2000 servers for our development. Why? &#039;cause Visual Basic is the coolest thing since sliced bread.

Is it winter yet?

(p.s. I totally didn&#039;t mean to hijack this thread)</description>
		<content:encoded><![CDATA[<p>Interesting&#8230; unfortunately, our Alpha&#8217;s here at work don&#8217;t have bash (oh csh, why do you hate me. I&#8217;ll have to wait until I&#8217;m home to try it). <img src='http://sixohthree.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>God, our work machines don&#8217;t have anything: less, emacs, sudo, perl (well, they have perl now that I&#8217;ve bitched about it). On the plus side&#8230; with vi being the only editor, I no longer had any excuse to put off learning it. I&#8217;m at the point where I&#8217;m very comfortable with it now (after doing lots of perl and FORTRAN editing with it, I&#8217;d better be).</p>
<p>Still, our work computer were misconfigured improperly. For example, when vi starts up, .exrc isn&#8217;t read (gotta load it up manually). Heck even .cshrc doesn&#8217;t work.</p>
<p>Even worse, my department isn&#8217;t unix friendly. They&#8217;ve finally found it in their budget to scrap our Alphas and replace them with Windows 2000 servers for our development. Why? &#8217;cause Visual Basic is the coolest thing since sliced bread.</p>
<p>Is it winter yet?</p>
<p>(p.s. I totally didn&#8217;t mean to hijack this thread)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://sixohthree.com/173/bash-tips-testing-arguments/comment-page-1#comment-130</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=173#comment-130</guid>
		<description>Oh, which reminds me. Over the weekend, one of my friends and I were talking about Unix programming (He&#039;s signed up for a unix course at the local community college). He was asking me about kernels and shells and Emily starts cracking up. I asked her what was so funny and she said:

Colonel? Shell? You guys are just doing this to pull my leg. What kind of shell is it? a Sea Shell?

I replied: Yeah, Colonel Panic designed the c shell, but it wasn&#039;t cool enough so General Fault made the turbo c shell.

We started cracking up, but the joke was completely lost on her... *sigh* film majors. She just figured out yesterday how to connect her TiBook to her dialup connection. She&#039;s had the laptop for almost a year now.</description>
		<content:encoded><![CDATA[<p>Oh, which reminds me. Over the weekend, one of my friends and I were talking about Unix programming (He&#8217;s signed up for a unix course at the local community college). He was asking me about kernels and shells and Emily starts cracking up. I asked her what was so funny and she said:</p>
<p>Colonel? Shell? You guys are just doing this to pull my leg. What kind of shell is it? a Sea Shell?</p>
<p>I replied: Yeah, Colonel Panic designed the c shell, but it wasn&#8217;t cool enough so General Fault made the turbo c shell.</p>
<p>We started cracking up, but the joke was completely lost on her&#8230; *sigh* film majors. She just figured out yesterday how to connect her TiBook to her dialup connection. She&#8217;s had the laptop for almost a year now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://sixohthree.com/173/bash-tips-testing-arguments/comment-page-1#comment-131</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=173#comment-131</guid>
		<description>Lol, thats fucking great (the c/sea shell stuff)</description>
		<content:encoded><![CDATA[<p>Lol, thats fucking great (the c/sea shell stuff)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Backstrom</title>
		<link>http://sixohthree.com/173/bash-tips-testing-arguments/comment-page-1#comment-132</link>
		<dc:creator>Adam Backstrom</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=173#comment-132</guid>
		<description>My script doesn&#039;t work 100%. Arguments with spaces break. They&#039;re read in as single arguments, but not stored as single arguments. Don&#039;t know how to do that just yet.</description>
		<content:encoded><![CDATA[<p>My script doesn&#8217;t work 100%. Arguments with spaces break. They&#8217;re read in as single arguments, but not stored as single arguments. Don&#8217;t know how to do that just yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://sixohthree.com/173/bash-tips-testing-arguments/comment-page-1#comment-133</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=173#comment-133</guid>
		<description>Did you edit the script, or am I just going crazy?</description>
		<content:encoded><![CDATA[<p>Did you edit the script, or am I just going crazy?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

