<?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"
	>
<channel>
	<title>Comments for andymroczblogkowski</title>
	<atom:link href="http://mrox.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrox.net/blog</link>
	<description>This blog looks like I love it.</description>
	<pubDate>Fri, 21 Nov 2008 04:48:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Terminal Quickie: trash by DJCarbon43</title>
		<link>http://mrox.net/blog/2008/09/21/terminal-quickie-trash/#comment-258</link>
		<dc:creator>DJCarbon43</dc:creator>
		<pubDate>Fri, 14 Nov 2008 03:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://mrox.net/blog/?p=105#comment-258</guid>
		<description>When is my next terminal article?</description>
		<content:encoded><![CDATA[<p>When is my next terminal article?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning the Terminal on the Mac - Part 3 - Basic File Operations by Anders Lindsetmo</title>
		<link>http://mrox.net/blog/2008/07/17/learning-the-terminal-on-the-mac-part-3-basic-file-operations/#comment-247</link>
		<dc:creator>Anders Lindsetmo</dc:creator>
		<pubDate>Mon, 22 Sep 2008 18:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://mrox.net/blog/?p=72#comment-247</guid>
		<description>Great tutorial!
Learned a lot and it's easy to follow.
Want to learn about making scripts in terminal and how to connect to other machines on same network. 
And how to generate a key on your iphone, so you wont have to log on to it everytime youre going to transfer a nifty new theme.. :D</description>
		<content:encoded><![CDATA[<p>Great tutorial!<br />
Learned a lot and it&#8217;s easy to follow.<br />
Want to learn about making scripts in terminal and how to connect to other machines on same network.<br />
And how to generate a key on your iphone, so you wont have to log on to it everytime youre going to transfer a nifty new theme.. <img src='http://mrox.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning the Terminal on the Mac - Introduction and Moving Around by DesmoDave</title>
		<link>http://mrox.net/blog/2008/06/30/learning-the-terminal-on-the-mac-introduction-and-moving-around/#comment-243</link>
		<dc:creator>DesmoDave</dc:creator>
		<pubDate>Thu, 28 Aug 2008 18:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://mrox.net/blog/?p=53#comment-243</guid>
		<description>Thank you very much for putting this together, extremely helpful!</description>
		<content:encoded><![CDATA[<p>Thank you very much for putting this together, extremely helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning the Terminal on the Mac - Part 4 - Bringing Finder and Terminal Together by taranaki</title>
		<link>http://mrox.net/blog/2008/08/09/learning-the-terminal-on-the-mac-part-4-bringing-finder-and-terminal-together/#comment-242</link>
		<dc:creator>taranaki</dc:creator>
		<pubDate>Tue, 12 Aug 2008 19:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://mrox.net/blog/?p=82#comment-242</guid>
		<description>I  OpenTerminalHere, as well as 'open .'  Thanks for the pointers.  You mroc!</description>
		<content:encoded><![CDATA[<p>I  OpenTerminalHere, as well as &#8216;open .&#8217;  Thanks for the pointers.  You mroc!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning the Terminal on the Mac - Part 2 - The Shell and Paths by andymroczblogkowski / Learning the Terminal on the Mac - Part 4 - Bringing Finder and Terminal Together</title>
		<link>http://mrox.net/blog/2008/07/08/learning-the-terminal-on-the-mac-part-2-the-shell-and-paths/#comment-241</link>
		<dc:creator>andymroczblogkowski / Learning the Terminal on the Mac - Part 4 - Bringing Finder and Terminal Together</dc:creator>
		<pubDate>Tue, 12 Aug 2008 13:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://mrox.net/blog/?p=60#comment-241</guid>
		<description>[...] first few articles laid out a good foundation of basic shell usage, but little Mac-specific information. In [...]</description>
		<content:encoded><![CDATA[<p>[...] first few articles laid out a good foundation of basic shell usage, but little Mac-specific information. In [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning the Terminal on the Mac - Part 3 - Basic File Operations by Andy Mroczkowski</title>
		<link>http://mrox.net/blog/2008/07/17/learning-the-terminal-on-the-mac-part-3-basic-file-operations/#comment-218</link>
		<dc:creator>Andy Mroczkowski</dc:creator>
		<pubDate>Sat, 02 Aug 2008 21:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://mrox.net/blog/?p=72#comment-218</guid>
		<description>Hey Doug,

You need to quote or escape spaces in files or directories.  For example:

cd "my pictures"

Escaping is discussed in some detail in article #2:

http://mrox.net/blog/2008/07/08/learning-the-terminal-on-the-mac-part-2-the-shell-and-paths/#escaping

Since I posted these articles as blog entries, they actually show up in reverse order.  I'm looking to re-organize it soon to make it more clear.</description>
		<content:encoded><![CDATA[<p>Hey Doug,</p>
<p>You need to quote or escape spaces in files or directories.  For example:</p>
<p>cd &#8220;my pictures&#8221;</p>
<p>Escaping is discussed in some detail in article #2:</p>
<p><a href="http://mrox.net/blog/2008/07/08/learning-the-terminal-on-the-mac-part-2-the-shell-and-paths/#escaping" rel="nofollow">http://mrox.net/blog/2008/07/08/learning-the-terminal-on-the-mac-part-2-the-shell-and-paths/#escaping</a></p>
<p>Since I posted these articles as blog entries, they actually show up in reverse order.  I&#8217;m looking to re-organize it soon to make it more clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning the Terminal on the Mac - Part 3 - Basic File Operations by doug</title>
		<link>http://mrox.net/blog/2008/07/17/learning-the-terminal-on-the-mac-part-3-basic-file-operations/#comment-217</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Sat, 02 Aug 2008 20:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://mrox.net/blog/?p=72#comment-217</guid>
		<description>Hi,

Great set of articles. Helped me learned alot in a few minutes. I had a question?

I can't seem to change directories when the directory name is made up of two word. Is there a way around this? (Ex want to cd into a directory called my pictures)?

Doug</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great set of articles. Helped me learned alot in a few minutes. I had a question?</p>
<p>I can&#8217;t seem to change directories when the directory name is made up of two word. Is there a way around this? (Ex want to cd into a directory called my pictures)?</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning the Terminal on the Mac - Introduction and Moving Around by DJCarbon43</title>
		<link>http://mrox.net/blog/2008/06/30/learning-the-terminal-on-the-mac-introduction-and-moving-around/#comment-31</link>
		<dc:creator>DJCarbon43</dc:creator>
		<pubDate>Tue, 01 Jul 2008 04:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://mrox.net/blog/?p=53#comment-31</guid>
		<description>I wish to commend you on a fantastic write up Mr. Mroczkowski, and I look forward to the next installment of this series.</description>
		<content:encoded><![CDATA[<p>I wish to commend you on a fantastic write up Mr. Mroczkowski, and I look forward to the next installment of this series.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WWDC Comedown by Paul Robinson</title>
		<link>http://mrox.net/blog/2008/06/15/wwdc-comedown/#comment-30</link>
		<dc:creator>Paul Robinson</dc:creator>
		<pubDate>Wed, 18 Jun 2008 21:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://mrox.net/blog/?p=36#comment-30</guid>
		<description>Hey Andy, it was great meeting you at WWDC!

I assumed you were an old WWDC pro, so technically suave did you seem when we met  :)   And now I want a Squiddy too.....</description>
		<content:encoded><![CDATA[<p>Hey Andy, it was great meeting you at WWDC!</p>
<p>I assumed you were an old WWDC pro, so technically suave did you seem when we met  <img src='http://mrox.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   And now I want a Squiddy too&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to the #1 ranked Andy Mroczkowski site by Michelle</title>
		<link>http://mrox.net/blog/2008/02/17/welcome-to-the-1-ranked-andy-mroczkowski-site/#comment-26</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Sat, 17 May 2008 18:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://mrox.net/blog/2008/02/17/welcome-to-the-1-ranked-andy-mroczkowski-site/#comment-26</guid>
		<description>Oh no! This blog is no longer the #1 ranked Andy Mroczkowski website!

...how did your Drexel site end up back on the top of the list?</description>
		<content:encoded><![CDATA[<p>Oh no! This blog is no longer the #1 ranked Andy Mroczkowski website!</p>
<p>&#8230;how did your Drexel site end up back on the top of the list?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
