<?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: Navigating files and folders</title>
	<atom:link href="http://www.freemacunix.com/navigating-files-and-folders/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freemacunix.com/navigating-files-and-folders/</link>
	<description>Terminal for the Rest of Us</description>
	<lastBuildDate>Sun, 13 Jun 2010 16:09:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Bart</title>
		<link>http://www.freemacunix.com/navigating-files-and-folders/comment-page-1/#comment-60</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Mon, 23 Oct 2006 07:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.freemacunix.com/navigating-files-and-folders/#comment-60</guid>
		<description>using &quot;cd -&quot; will change the directory to the previous directory where you were (almost like a back button in a browser)</description>
		<content:encoded><![CDATA[<p>using &#8220;cd -&#8221; will change the directory to the previous directory where you were (almost like a back button in a browser)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Sweeney</title>
		<link>http://www.freemacunix.com/navigating-files-and-folders/comment-page-1/#comment-56</link>
		<dc:creator>Nathan Sweeney</dc:creator>
		<pubDate>Wed, 18 Oct 2006 20:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.freemacunix.com/navigating-files-and-folders/#comment-56</guid>
		<description>A few more notes of interest for navigating files and folders.

To get back your Home directory you can use &#039;cd ~&#039; or just simple &#039;cd&#039; with no specified path will take you back to your Home.

The two dots (..) can also be used to refer to a directory, not just only to go up one directory.  For instance if you were in /Users/richard/Movies and wanted to get to /Users/richard/Pictures, instead of using the absolute path you could say &#039;cd ../Pictures&#039;.

Also, to make navigating quicker, you can type the first few characters of a directory or file name and press tab, and it will auto complete up to the point where there are several files or directories that start the same way.

For instance, if I type cd /App and hit tab, it will fill out Applications, because nothing else in my root directory begins with App.  Since I have Classic mode installed I have a /System for OS X and a /System Folder for OS 9.  If I typed &#039;cd /Sys&#039; and pressed tab, it would fill out System.  If I actually wanted System Folder, I would have to then type a little more &#039;\ F&#039; (remember the preceding &#039;\&#039; when you have a space in a file or directory name) and hit tab again and it would finish out the whole &#039;cd /System\ Folder&#039;</description>
		<content:encoded><![CDATA[<p>A few more notes of interest for navigating files and folders.</p>
<p>To get back your Home directory you can use &#8216;cd ~&#8217; or just simple &#8216;cd&#8217; with no specified path will take you back to your Home.</p>
<p>The two dots (..) can also be used to refer to a directory, not just only to go up one directory.  For instance if you were in /Users/richard/Movies and wanted to get to /Users/richard/Pictures, instead of using the absolute path you could say &#8216;cd ../Pictures&#8217;.</p>
<p>Also, to make navigating quicker, you can type the first few characters of a directory or file name and press tab, and it will auto complete up to the point where there are several files or directories that start the same way.</p>
<p>For instance, if I type cd /App and hit tab, it will fill out Applications, because nothing else in my root directory begins with App.  Since I have Classic mode installed I have a /System for OS X and a /System Folder for OS 9.  If I typed &#8216;cd /Sys&#8217; and pressed tab, it would fill out System.  If I actually wanted System Folder, I would have to then type a little more &#8216;\ F&#8217; (remember the preceding &#8216;\&#8217; when you have a space in a file or directory name) and hit tab again and it would finish out the whole &#8216;cd /System\ Folder&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

