<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brian Jackson&#039;s IT Blog &#187; Finder</title>
	<atom:link href="http://blog.brianleejackson.com/tag/finder/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brianleejackson.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 23:22:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Show Hidden Files in Mac OS X Finder</title>
		<link>http://blog.brianleejackson.com/show-hidden-files-in-mac-os-x-finder</link>
		<comments>http://blog.brianleejackson.com/show-hidden-files-in-mac-os-x-finder#comments</comments>
		<pubDate>Fri, 06 Feb 2009 22:50:25 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=72</guid>
		<description><![CDATA[I recently switched over from PC to Mac and when I was looking through my folders I realized some things were missing. The folders missing all were named with a period coming before the name. The purpose was for them to arrange themselves at the top when folders are arranged alphabetically. However, on a Mac, [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/show-hidden-files-in-mac-os-x-finder' addthis:title='Show Hidden Files in Mac OS X Finder' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I recently switched over from PC to <a href="http://www.amazon.com/gp/product/B002QQ8H8I/ref=as_li_ss_tl?ie=UTF8&#038;tag=brlejaitbl-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=B002QQ8H8I">Mac</a> and when I was looking through my folders I realized some things were missing.  The folders missing all were named with a period coming before the name.  The purpose was for them to arrange themselves at the top when folders are arranged alphabetically.  However, on a <a href="http://www.amazon.com/gp/product/B002QQ8H8I/ref=as_li_ss_tl?ie=UTF8&#038;tag=brlejaitbl-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=B002QQ8H8I">Mac</a>, in OS X a period before the name means that it becomes a hidden folder / file.<br />
Below is the command to show the hidden files in the <a href="http://www.amazon.com/gp/product/B002QQ8H8I/ref=as_li_ss_tl?ie=UTF8&#038;tag=brlejaitbl-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399373&#038;creativeASIN=B002QQ8H8I">Mac</a> OS X Finder.</p>
<p>Open up the terminal and type the following commands:</p>
<blockquote><p>
defaults write com.apple.finder AppleShowAllFiles TRUE<br />
killall Finder
</p></blockquote>
<p>Also, to revert back to normal, here is the command:</p>
<blockquote><p>
defaults write com.apple.finder AppleShowAllFiles FALSE<br />
killall Finder
</p></blockquote>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/show-hidden-files-in-mac-os-x-finder' addthis:title='Show Hidden Files in Mac OS X Finder' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/show-hidden-files-in-mac-os-x-finder/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

