<?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 on: Mac OS X - Show / Hide Hidden Files in Finder</title>
	<atom:link href="http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/</link>
	<description>This is the blog of Brooks Andrus. Here, at irregular intervals, you may find digital noise centered around the activities of an early 21st century technologist. I work for TechSmith Corporation, but this web space and the views found on it are entirely my own.</description>
	<pubDate>Thu, 20 Nov 2008 08:45:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: ericmchicago</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48905</link>
		<dc:creator>ericmchicago</dc:creator>
		<pubDate>Fri, 07 Nov 2008 07:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48905</guid>
		<description>Thanks, really helpful!</description>
		<content:encoded><![CDATA[<p>Thanks, really helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous coward</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48904</link>
		<dc:creator>anonymous coward</dc:creator>
		<pubDate>Thu, 06 Nov 2008 20:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48904</guid>
		<description>Thought this might help your readers - I found the following script, which will toggle between show and hide, so you can just paste the same code regardless.

Personally, I just compile it as an .app in Automator, and run it whenever I need to toggle.



#!/bin/bash

if [ `defaults read com.apple.finder AppleShowAllFiles` == 1 ]
then 
  echo "Hiding hidden files."
  defaults write com.apple.finder AppleShowAllFiles -bool false
else 
  echo "Showing hidden files."
  defaults write com.apple.finder AppleShowAllFiles -bool true
fi   
     
KillAll Finder</description>
		<content:encoded><![CDATA[<p>Thought this might help your readers - I found the following script, which will toggle between show and hide, so you can just paste the same code regardless.</p>
<p>Personally, I just compile it as an .app in Automator, and run it whenever I need to toggle.</p>
<p>#!/bin/bash</p>
<p>if [ `defaults read com.apple.finder AppleShowAllFiles` == 1 ]<br />
then<br />
  echo &#8220;Hiding hidden files.&#8221;<br />
  defaults write com.apple.finder AppleShowAllFiles -bool false<br />
else<br />
  echo &#8220;Showing hidden files.&#8221;<br />
  defaults write com.apple.finder AppleShowAllFiles -bool true<br />
fi   </p>
<p>KillAll Finder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody Burleson</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48893</link>
		<dc:creator>Cody Burleson</dc:creator>
		<pubDate>Mon, 03 Nov 2008 03:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48893</guid>
		<description>Thanks for the tip! You saved me some time. It ranks high on Google and I am sure I'll need it again and again, so please keep it online.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! You saved me some time. It ranks high on Google and I am sure I&#8217;ll need it again and again, so please keep it online.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yzer</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48891</link>
		<dc:creator>Yzer</dc:creator>
		<pubDate>Tue, 28 Oct 2008 12:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48891</guid>
		<description>Supercool ! 

you helped me out bigtime ! 

your crap is the shit !

peace !

Yzer</description>
		<content:encoded><![CDATA[<p>Supercool ! </p>
<p>you helped me out bigtime ! </p>
<p>your crap is the shit !</p>
<p>peace !</p>
<p>Yzer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christiancondin@gmx.</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48867</link>
		<dc:creator>Christiancondin@gmx.</dc:creator>
		<pubDate>Thu, 23 Oct 2008 20:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48867</guid>
		<description>You saved my day.</description>
		<content:encoded><![CDATA[<p>You saved my day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alice Saling</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48864</link>
		<dc:creator>Alice Saling</dc:creator>
		<pubDate>Wed, 22 Oct 2008 22:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48864</guid>
		<description>How can you prevent the Terminal window from opening after powering up the Mac?  

Also how can you the windows platform if you have lost the password?

Thanks for your assistance.</description>
		<content:encoded><![CDATA[<p>How can you prevent the Terminal window from opening after powering up the Mac?  </p>
<p>Also how can you the windows platform if you have lost the password?</p>
<p>Thanks for your assistance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48712</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 01 Oct 2008 20:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48712</guid>
		<description>Oops, I forgot the http part:

&lt;a href="http://gotoes.org/sales/ShowHiddenFilesMacOSX/" rel="nofollow"&gt;Show All Files Mac&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Oops, I forgot the http part:</p>
<p><a href="http://gotoes.org/sales/ShowHiddenFilesMacOSX/" rel="nofollow">Show All Files Mac</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48711</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 01 Oct 2008 20:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48711</guid>
		<description>I have to regularly toggle between showing all files, and hiding them.  I always forget what to type too... so I wrote a program to do that with the click of a button:

&lt;a href="gotoes.org/sales/ShowHiddenFilesMacOSX/" rel="nofollow"&gt;Show All Files Mac&lt;/a&gt;

The program is free, and I hope it helps others out as well.  Enjoy!</description>
		<content:encoded><![CDATA[<p>I have to regularly toggle between showing all files, and hiding them.  I always forget what to type too&#8230; so I wrote a program to do that with the click of a button:</p>
<p><a href="gotoes.org/sales/ShowHiddenFilesMacOSX/" rel="nofollow">Show All Files Mac</a></p>
<p>The program is free, and I hope it helps others out as well.  Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Mac - OSX - show / hide files in finder tip</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48551</link>
		<dc:creator>&#187; Mac - OSX - show / hide files in finder tip</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48551</guid>
		<description>[...] http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/" rel="nofollow">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramblings &#8250; Just another WordPress weblog</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48420</link>
		<dc:creator>Ramblings &#8250; Just another WordPress weblog</dc:creator>
		<pubDate>Fri, 22 Aug 2008 16:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48420</guid>
		<description>[...] Mac OS X - Show / Hide Hidden Files in Finder Show hidden files on your mac. (tags: mac) [...]</description>
		<content:encoded><![CDATA[<p>[...] Mac OS X - Show / Hide Hidden Files in Finder Show hidden files on your mac. (tags: mac) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noob</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48378</link>
		<dc:creator>noob</dc:creator>
		<pubDate>Thu, 07 Aug 2008 09:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48378</guid>
		<description>i don't know why this command does not work for me ..........

the terminal always ask me for the user that i have to apply the command</description>
		<content:encoded><![CDATA[<p>i don&#8217;t know why this command does not work for me &#8230;&#8230;&#8230;.</p>
<p>the terminal always ask me for the user that i have to apply the command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webchick</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48376</link>
		<dc:creator>webchick</dc:creator>
		<pubDate>Wed, 06 Aug 2008 17:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48376</guid>
		<description>Thanks for the tip! It would be even more usable if you had the lines we could just copy/paste at the top rather than having to type them out manually from the screen shot.

For those others like me who are lazy, here they are. :)

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! It would be even more usable if you had the lines we could just copy/paste at the top rather than having to type them out manually from the screen shot.</p>
<p>For those others like me who are lazy, here they are. :)</p>
<p>defaults write com.apple.finder AppleShowAllFiles TRUE<br />
killall Finder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48362</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Fri, 25 Jul 2008 08:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48362</guid>
		<description>Thanks for the useful tip !! Indeed I was looking how to hide specific files and not all dot files, i.e. I just would like to hide the .DS_Store and localized files and still be able to see my dot files (.zshrc for example). Any idea ?</description>
		<content:encoded><![CDATA[<p>Thanks for the useful tip !! Indeed I was looking how to hide specific files and not all dot files, i.e. I just would like to hide the .DS_Store and localized files and still be able to see my dot files (.zshrc for example). Any idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mnate</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48353</link>
		<dc:creator>mnate</dc:creator>
		<pubDate>Wed, 23 Jul 2008 03:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-48353</guid>
		<description>Just wanted to say thanks also. (Can't believe I need to show/hide hidden files using the Terminal).</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks also. (Can&#8217;t believe I need to show/hide hidden files using the Terminal).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Formerly invisible files now visible (e.g., DS_store). How to fix? - MacNN Forums</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-42439</link>
		<dc:creator>Formerly invisible files now visible (e.g., DS_store). How to fix? - MacNN Forums</dc:creator>
		<pubDate>Fri, 28 Mar 2008 07:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-42439</guid>
		<description>[...] Brooks Andrus » Blog Archive » Mac OS X - Show / Hide Hidden Files in Finder  ? [...]</description>
		<content:encoded><![CDATA[<p>[...] Brooks Andrus » Blog Archive » Mac OS X - Show / Hide Hidden Files in Finder  ? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logan</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-38470</link>
		<dc:creator>Logan</dc:creator>
		<pubDate>Wed, 06 Feb 2008 16:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-38470</guid>
		<description>Thank you for this!  On my mac I have a small script I use to toggle hidden files... so when it came to a new computer I completely forgot!  Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you for this!  On my mac I have a small script I use to toggle hidden files&#8230; so when it came to a new computer I completely forgot!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac OS X - Show / Hide Hidden Files in Finder</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-19765</link>
		<dc:creator>Mac OS X - Show / Hide Hidden Files in Finder</dc:creator>
		<pubDate>Thu, 13 Sep 2007 04:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-19765</guid>
		<description>[...] linked to this from Brooks Andrus blog so I can store it here for [...]</description>
		<content:encoded><![CDATA[<p>[...] linked to this from Brooks Andrus blog so I can store it here for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonie Potgieter</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-15372</link>
		<dc:creator>Antonie Potgieter</dc:creator>
		<pubDate>Tue, 07 Aug 2007 16:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-15372</guid>
		<description>Thank you for sharing this.
I'm new to Macos and you taught me something.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this.<br />
I&#8217;m new to Macos and you taught me something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Budi</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-13806</link>
		<dc:creator>Budi</dc:creator>
		<pubDate>Fri, 20 Jul 2007 17:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-13806</guid>
		<description>you save my life man.. tx a lot. cheers</description>
		<content:encoded><![CDATA[<p>you save my life man.. tx a lot. cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-13178</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Tue, 10 Jul 2007 00:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.brooksandrus.com/blog/2007/03/23/mac-os-x-show-hide-hidden-files-in-finder/#comment-13178</guid>
		<description>Thanks for listing this, it was a huge help.</description>
		<content:encoded><![CDATA[<p>Thanks for listing this, it was a huge help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
