<?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: How Not to Use Shell Commands</title>
	<atom:link href="http://www.pythian.com/news/525/how-not-to-use-shell-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/525/how-not-to-use-shell-commands/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: SimonH</title>
		<link>http://www.pythian.com/news/525/how-not-to-use-shell-commands/#comment-66967</link>
		<dc:creator>SimonH</dc:creator>
		<pubDate>Sun, 24 Jun 2007 10:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/525/how-not-to-use-shell-commands#comment-66967</guid>
		<description>A useful post - worth thinking through why the commands went wrong (might make a good opening question for a technical interview). 

My worst example of this was once:

$ mv bigfile1 bigfile2 stage

where bigfile1 and bigfile2 had taken all night to download over a 56k modem and the stage directory doesn&#039;t exist. Since then I have always put a / on the end of the directory name, though fortunately I don&#039;t think modern Unixes let you make this mistake (I&#039;ve just tried Solaris10 and it says &quot;mv: stage not found&quot;).</description>
		<content:encoded><![CDATA[<p>A useful post &#8211; worth thinking through why the commands went wrong (might make a good opening question for a technical interview). </p>
<p>My worst example of this was once:</p>
<p>$ mv bigfile1 bigfile2 stage</p>
<p>where bigfile1 and bigfile2 had taken all night to download over a 56k modem and the stage directory doesn&#8217;t exist. Since then I have always put a / on the end of the directory name, though fortunately I don&#8217;t think modern Unixes let you make this mistake (I&#8217;ve just tried Solaris10 and it says &#8220;mv: stage not found&#8221;).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

