<?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: Linux Command Line &#8211; Dealing with spaces in filenames</title>
	<atom:link href="http://www.michaeldolan.com/49/feed" rel="self" type="application/rss+xml" />
	<link>http://www.michaeldolan.com/49</link>
	<description>Linux, Law, Open Source, and a Comedy of Errors</description>
	<lastBuildDate>Tue, 10 Jan 2012 12:15:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kees</title>
		<link>http://www.michaeldolan.com/49/comment-page-1#comment-51867</link>
		<dc:creator>Kees</dc:creator>
		<pubDate>Mon, 13 Dec 2010 11:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaeldolan.com/49#comment-51867</guid>
		<description>If you have a dirname like &quot;My Photo&#039;s&quot;, you can pass a part of the directory as argument, with globbing:

so:

cd My*   returns My Photo&#039;s
cd *Ph* returns My Photo&#039;s</description>
		<content:encoded><![CDATA[<p>If you have a dirname like &#8220;My Photo&#8217;s&#8221;, you can pass a part of the directory as argument, with globbing:</p>
<p>so:</p>
<p>cd My*   returns My Photo&#8217;s<br />
cd *Ph* returns My Photo&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fez</title>
		<link>http://www.michaeldolan.com/49/comment-page-1#comment-43889</link>
		<dc:creator>Fez</dc:creator>
		<pubDate>Tue, 15 Dec 2009 04:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaeldolan.com/49#comment-43889</guid>
		<description>You can also use:

# cd &quot;This Dir&quot;

which works exactly the same as 

# cd This\ Dir</description>
		<content:encoded><![CDATA[<p>You can also use:</p>
<p># cd &#8220;This Dir&#8221;</p>
<p>which works exactly the same as </p>
<p># cd This\ Dir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R Smith</title>
		<link>http://www.michaeldolan.com/49/comment-page-1#comment-12717</link>
		<dc:creator>R Smith</dc:creator>
		<pubDate>Sun, 03 Feb 2008 19:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaeldolan.com/49#comment-12717</guid>
		<description>Thank you for this simple fact. I have been using Ubuntu for about a month now, and I have been forced to use many was to get around the fact that command line would not reconginse the filenames with spaces in them. Thank you good sir</description>
		<content:encoded><![CDATA[<p>Thank you for this simple fact. I have been using Ubuntu for about a month now, and I have been forced to use many was to get around the fact that command line would not reconginse the filenames with spaces in them. Thank you good sir</p>
]]></content:encoded>
	</item>
</channel>
</rss>

