<?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: Quick Tip: Show/Hide Hidden&#160;Files</title>
	<atom:link href="http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/</link>
	<description>The Apple Blog, published by and for the day-to-day Apple user, is a prominent source for news, reviews, walkthroughs, and real life application of all Apple products.</description>
	<pubDate>Tue, 07 Oct 2008 12:16:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Slavik Kaushan</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-120558</link>
		<dc:creator>Slavik Kaushan</dc:creator>
		<pubDate>Tue, 16 Sep 2008 02:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-120558</guid>
		<description>Jason - you are my Angel!!!
Thank you for this solution - I had same shit with .htaccess few weeks ago and found only how to show file and get a lot of "new" item around - with your solution my desk is clean again ;) 

to KIM - I've just got same screen as you - just open Automator in default view then go to Utilities&#62;Run Shell Script 
and then same as Jason wrote 

Jason: thank you gain 
KIM: good luck with Mac OS X ;)</description>
		<content:encoded><![CDATA[<p>Jason - you are my Angel!!!<br />
Thank you for this solution - I had same shit with .htaccess few weeks ago and found only how to show file and get a lot of &#8220;new&#8221; item around - with your solution my desk is clean again <img src='http://theappleblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>to KIM - I&#8217;ve just got same screen as you - just open Automator in default view then go to Utilities&gt;Run Shell Script<br />
and then same as Jason wrote </p>
<p>Jason: thank you gain<br />
KIM: good luck with Mac OS X <img src='http://theappleblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChrisP</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-119596</link>
		<dc:creator>ChrisP</dc:creator>
		<pubDate>Sun, 17 Aug 2008 15:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-119596</guid>
		<description>I tried #21 Mellow

and it worked very well for me
It paused a long time the first time it worked with no DESKTOP icons! 
I laughed ... and suddenly everything came to in about 45 seconds - FEW

All I did to swap between show and hide is make one TRUE and one FALSE and put it all into one single AUTOMATOR workflow apple SHELL script and SAVE AS PLUG IN

Show hidden files
defaults write com.apple.finder AppleShowAllFiles TRUE
osascript -e 'tell application "Finder" to quit';
osascript -e 'tell application "Finder" to activate';

Hide hidden files
defaults write com.apple.finder AppleShowAllFiles FALSE
osascript -e 'tell application "Finder" to quit';
osascript -e 'tell application "Finder" to activate';

now if some one wrote it like this to start with I would not have had to waste 2 minutes of my life!</description>
		<content:encoded><![CDATA[<p>I tried #21 Mellow</p>
<p>and it worked very well for me<br />
It paused a long time the first time it worked with no DESKTOP icons!<br />
I laughed &#8230; and suddenly everything came to in about 45 seconds - FEW</p>
<p>All I did to swap between show and hide is make one TRUE and one FALSE and put it all into one single AUTOMATOR workflow apple SHELL script and SAVE AS PLUG IN</p>
<p>Show hidden files<br />
defaults write com.apple.finder AppleShowAllFiles TRUE<br />
osascript -e &#8216;tell application &#8220;Finder&#8221; to quit&#8217;;<br />
osascript -e &#8216;tell application &#8220;Finder&#8221; to activate&#8217;;</p>
<p>Hide hidden files<br />
defaults write com.apple.finder AppleShowAllFiles FALSE<br />
osascript -e &#8216;tell application &#8220;Finder&#8221; to quit&#8217;;<br />
osascript -e &#8216;tell application &#8220;Finder&#8221; to activate&#8217;;</p>
<p>now if some one wrote it like this to start with I would not have had to waste 2 minutes of my life!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KIM</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-119559</link>
		<dc:creator>KIM</dc:creator>
		<pubDate>Thu, 14 Aug 2008 09:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-119559</guid>
		<description>I am a new Mac-user [Mac OS X, version 10.5.4] and have tried to follow the instructions regarding Show/Hide Hidden Files by Jason Guthrie on April 30, 2007. However, when I open Automator [through Spotlight] the "picture" I get differs from the one in the tutorial: first I have to select a "starting point to open a new workflow" [Custom, Files &#38; Folders, Music &#38; Audio, etc.]. Secondly I have a different listing under "Library" and Automator is not listed there. I also do not have the column "Action". In short, it all looks different. Can anyone advise me how to follow this tutorial with these differences in mind?
Thanks in advance,
KIM</description>
		<content:encoded><![CDATA[<p>I am a new Mac-user [Mac OS X, version 10.5.4] and have tried to follow the instructions regarding Show/Hide Hidden Files by Jason Guthrie on April 30, 2007. However, when I open Automator [through Spotlight] the &#8220;picture&#8221; I get differs from the one in the tutorial: first I have to select a &#8220;starting point to open a new workflow&#8221; [Custom, Files &amp; Folders, Music &amp; Audio, etc.]. Secondly I have a different listing under &#8220;Library&#8221; and Automator is not listed there. I also do not have the column &#8220;Action&#8221;. In short, it all looks different. Can anyone advise me how to follow this tutorial with these differences in mind?<br />
Thanks in advance,<br />
KIM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sopheak</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-119470</link>
		<dc:creator>sopheak</dc:creator>
		<pubDate>Mon, 11 Aug 2008 04:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-119470</guid>
		<description>this tip is exactly the solution that i was looking for. i’ve found a lot of terminal command answers to showing hidden files, which is great, but adding show and hidefiles to a menu is perfect. thanks</description>
		<content:encoded><![CDATA[<p>this tip is exactly the solution that i was looking for. i’ve found a lot of terminal command answers to showing hidden files, which is great, but adding show and hidefiles to a menu is perfect. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Pieniazek</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-118888</link>
		<dc:creator>Adam Pieniazek</dc:creator>
		<pubDate>Thu, 24 Jul 2008 19:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-118888</guid>
		<description>Great tip, though like Si, I'd love to see a way to enable/disable showing hidden files per folder or per hierarchy.

If anyone knows how to do so, please send me an e-mail (mylastname.myfirstname@gmail.com). I'll hook you up with a shout-out on my blog or whatever for the favor!</description>
		<content:encoded><![CDATA[<p>Great tip, though like Si, I&#8217;d love to see a way to enable/disable showing hidden files per folder or per hierarchy.</p>
<p>If anyone knows how to do so, please send me an e-mail (mylastname.myfirstname@gmail.com). I&#8217;ll hook you up with a shout-out on my blog or whatever for the favor!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac OS x86 10.5.2 on AMD SSE2 the challenge &#187; Pictures and Code</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-118082</link>
		<dc:creator>Mac OS x86 10.5.2 on AMD SSE2 the challenge &#187; Pictures and Code</dc:creator>
		<pubDate>Tue, 01 Jul 2008 22:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-118082</guid>
		<description>[...] task was to make a little Automater script for hiding and showing hidden files and folders in the [...]</description>
		<content:encoded><![CDATA[<p>[...] task was to make a little Automater script for hiding and showing hidden files and folders in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Regi</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-118026</link>
		<dc:creator>Regi</dc:creator>
		<pubDate>Mon, 30 Jun 2008 03:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-118026</guid>
		<description>Greate tutorial. ALso, the opportunity of interactive with your mac worths for the work</description>
		<content:encoded><![CDATA[<p>Greate tutorial. ALso, the opportunity of interactive with your mac worths for the work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melanie</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-117933</link>
		<dc:creator>Melanie</dc:creator>
		<pubDate>Fri, 27 Jun 2008 15:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-117933</guid>
		<description>I just did this and it worked great.  Thanks!  But I thought when I did this, it would change it for my computer across the board, but it didn't.  What I mean is, even when I can see hidden files and folders in the Finder, when I am in Safari and need to browse for something via a "Choose File" link on a webpage, none of the hidden stuff shows up.  So apparently this doesn't work in Safari just because it's set up in Finder.  How do I see hidden files and folders when browsing for them in Safari?  I don't suppose it's as simple as changing the .finder part of the code to .safari ... ???  I would try it, but I don't want to mess anything up.  This is the webpage I'm trying to do it at: http://www.bluechippy.co.uk/runadjusterweb/.</description>
		<content:encoded><![CDATA[<p>I just did this and it worked great.  Thanks!  But I thought when I did this, it would change it for my computer across the board, but it didn&#8217;t.  What I mean is, even when I can see hidden files and folders in the Finder, when I am in Safari and need to browse for something via a &#8220;Choose File&#8221; link on a webpage, none of the hidden stuff shows up.  So apparently this doesn&#8217;t work in Safari just because it&#8217;s set up in Finder.  How do I see hidden files and folders when browsing for them in Safari?  I don&#8217;t suppose it&#8217;s as simple as changing the .finder part of the code to .safari &#8230; ???  I would try it, but I don&#8217;t want to mess anything up.  This is the webpage I&#8217;m trying to do it at: <a href="http://www.bluechippy.co.uk/runadjusterweb/" rel="nofollow">http://www.bluechippy.co.uk/runadjusterweb/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimbows XP</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-117691</link>
		<dc:creator>Jimbows XP</dc:creator>
		<pubDate>Fri, 20 Jun 2008 12:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-117691</guid>
		<description>Works like a charm.  Thank you.  

I was tired of looking up the command everytime I needed to make visible hidden files.</description>
		<content:encoded><![CDATA[<p>Works like a charm.  Thank you.  </p>
<p>I was tired of looking up the command everytime I needed to make visible hidden files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Promitheas13</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-116362</link>
		<dc:creator>Promitheas13</dc:creator>
		<pubDate>Fri, 02 May 2008 10:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-116362</guid>
		<description>Don't be angry and simply do the following:
1) Open your terminal
2) Enter the following command and then enter
defaults write com.apple.finder AppleShowAllFiles NO
3) That will hide your files... now enter the last command to reset your finder and press enter again:
killall Finder
4) You are ready now ;-)

p.s. I don't think the above from "mellow" works on terminal so, it's something i don't suggest. You can try if you want though!

osascript -e 'tell application "Finder" to quit';
osascript -e 'tell application "Finder" to activate';</description>
		<content:encoded><![CDATA[<p>Don&#8217;t be angry and simply do the following:<br />
1) Open your terminal<br />
2) Enter the following command and then enter<br />
defaults write com.apple.finder AppleShowAllFiles NO<br />
3) That will hide your files&#8230; now enter the last command to reset your finder and press enter again:<br />
killall Finder<br />
4) You are ready now <img src='http://theappleblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>p.s. I don&#8217;t think the above from &#8220;mellow&#8221; works on terminal so, it&#8217;s something i don&#8217;t suggest. You can try if you want though!</p>
<p>osascript -e &#8216;tell application &#8220;Finder&#8221; to quit&#8217;;<br />
osascript -e &#8216;tell application &#8220;Finder&#8221; to activate&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrabApple Forest &#187; Blog Archive &#187; How to show or hide &#8220;hidden&#8221; files (and avoid leaving .DS_Store files)</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-116217</link>
		<dc:creator>CrabApple Forest &#187; Blog Archive &#187; How to show or hide &#8220;hidden&#8221; files (and avoid leaving .DS_Store files)</dc:creator>
		<pubDate>Sun, 27 Apr 2008 00:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-116217</guid>
		<description>[...] Quick Tip: Show/Hide Hidden Files [...]</description>
		<content:encoded><![CDATA[<p>[...] Quick Tip: Show/Hide Hidden Files [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angry</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-114989</link>
		<dc:creator>angry</dc:creator>
		<pubDate>Sat, 08 Mar 2008 08:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-114989</guid>
		<description>i am VERY angry at this
i can not make the hidden files disappear again
can someone please help me?</description>
		<content:encoded><![CDATA[<p>i am VERY angry at this<br />
i can not make the hidden files disappear again<br />
can someone please help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mellow</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-114300</link>
		<dc:creator>mellow</dc:creator>
		<pubDate>Mon, 11 Feb 2008 05:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-114300</guid>
		<description>I used the osascript to ensure that the folders I currently have open will reappear correctly.

&lt;code&gt;defaults write com.apple.finder AppleShowAllFiles FALSE
osascript -e 'tell application "Finder" to quit';
osascript -e 'tell application "Finder" to activate';&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I used the osascript to ensure that the folders I currently have open will reappear correctly.</p>
<p><code>defaults write com.apple.finder AppleShowAllFiles FALSE<br />
osascript -e 'tell application "Finder" to quit';<br />
osascript -e 'tell application "Finder" to activate';</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brb</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-113727</link>
		<dc:creator>brb</dc:creator>
		<pubDate>Sat, 19 Jan 2008 13:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-113727</guid>
		<description>"defaults write com.apple.finder AppleShowAllFiles FALSE &#38;&#38; killall Finder" ... that stops the newline also.</description>
		<content:encoded><![CDATA[<p>&#8220;defaults write com.apple.finder AppleShowAllFiles FALSE &amp;&amp; killall Finder&#8221; &#8230; that stops the newline also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomg</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-113412</link>
		<dc:creator>tomg</dc:creator>
		<pubDate>Sat, 12 Jan 2008 06:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-113412</guid>
		<description>this tip is exactly the solution that i was looking for.  i've found a lot of terminal command answers to showing hidden files, which is great, but adding show and hidefiles to a menu is perfect.  thanks</description>
		<content:encoded><![CDATA[<p>this tip is exactly the solution that i was looking for.  i&#8217;ve found a lot of terminal command answers to showing hidden files, which is great, but adding show and hidefiles to a menu is perfect.  thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vytas</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-113391</link>
		<dc:creator>vytas</dc:creator>
		<pubDate>Fri, 11 Jan 2008 13:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-113391</guid>
		<description>i love apple and people who share skills! thanks for tip. very usefull</description>
		<content:encoded><![CDATA[<p>i love apple and people who share skills! thanks for tip. very usefull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr. Buyer</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-110605</link>
		<dc:creator>Mr. Buyer</dc:creator>
		<pubDate>Mon, 08 Oct 2007 03:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-110605</guid>
		<description>Dude

I have had my iBook for two years and haven't really used terminal or Automator. That easily worked for me. Now, can we delete the plugins?</description>
		<content:encoded><![CDATA[<p>Dude</p>
<p>I have had my iBook for two years and haven&#8217;t really used terminal or Automator. That easily worked for me. Now, can we delete the plugins?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-109817</link>
		<dc:creator>Daryl</dc:creator>
		<pubDate>Thu, 13 Sep 2007 21:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-109817</guid>
		<description>This is an awesome tip.  Thanks!</description>
		<content:encoded><![CDATA[<p>This is an awesome tip.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattebo</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-109482</link>
		<dc:creator>Mattebo</dc:creator>
		<pubDate>Thu, 06 Sep 2007 03:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-109482</guid>
		<description>&lt;i&gt;"You shouldn’t use killal. Use osascript to ‘tell application “Finder” to quit’. killall forces the Finder to quit and it’ll forget all its window positions, while the AppleScript solution makes Finder exit gracefully."&lt;/i&gt;

I tried this but I forgot to add another 'Run Applescript' to the workflow stating 'tell application "Finder" to run.' I eventually figured it out. I didn't like having to relaunch the Finder from the dock.</description>
		<content:encoded><![CDATA[<p><i>&#8220;You shouldn’t use killal. Use osascript to ‘tell application “Finder” to quit’. killall forces the Finder to quit and it’ll forget all its window positions, while the AppleScript solution makes Finder exit gracefully.&#8221;</i></p>
<p>I tried this but I forgot to add another &#8216;Run Applescript&#8217; to the workflow stating &#8216;tell application &#8220;Finder&#8221; to run.&#8217; I eventually figured it out. I didn&#8217;t like having to relaunch the Finder from the dock.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Macintoast.org &#187; theappleblog: Show/Hide Hidden Files</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-109027</link>
		<dc:creator>Macintoast.org &#187; theappleblog: Show/Hide Hidden Files</dc:creator>
		<pubDate>Fri, 24 Aug 2007 21:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-109027</guid>
		<description>[...] Löysin tuossa TheAppleBlogia lukiessani kiintoisan vinkin. Kyseessä on pari Automator-scriptiä, joilla Finderin saa näyttämään ja piilottamaan piilotiedostot. Ei mikään niin kauhean hyvä tapa, mutta toimiva. Linkki: Show/Hide Hidden Files [...]</description>
		<content:encoded><![CDATA[<p>[...] Löysin tuossa TheAppleBlogia lukiessani kiintoisan vinkin. Kyseessä on pari Automator-scriptiä, joilla Finderin saa näyttämään ja piilottamaan piilotiedostot. Ei mikään niin kauhean hyvä tapa, mutta toimiva. Linkki: Show/Hide Hidden Files [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dandam</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-108001</link>
		<dc:creator>dandam</dc:creator>
		<pubDate>Tue, 24 Jul 2007 16:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-108001</guid>
		<description>If you have workflow problems, maybe because you copied the code from this page. The code contains a line break. Remove it in the Automator (add it again, if you like) and things work fine. 

Leastways, that solved it for me.</description>
		<content:encoded><![CDATA[<p>If you have workflow problems, maybe because you copied the code from this page. The code contains a line break. Remove it in the Automator (add it again, if you like) and things work fine. </p>
<p>Leastways, that solved it for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105310</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Tue, 08 May 2007 09:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105310</guid>
		<description>Quicksilver has a "Run command in Shell" command, so you can also set up a trigger for that extra speed boost.</description>
		<content:encoded><![CDATA[<p>Quicksilver has a &#8220;Run command in Shell&#8221; command, so you can also set up a trigger for that extra speed boost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: show hidden files in OS X &#124; Misguided Thoughts</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105231</link>
		<dc:creator>show hidden files in OS X &#124; Misguided Thoughts</dc:creator>
		<pubDate>Sun, 06 May 2007 18:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105231</guid>
		<description>[...] post is mostly for me to remember where I can find that article on showing hidden files in OS X, since it&#8217;s a pain in the ass to do. Technorati Tags: [...]</description>
		<content:encoded><![CDATA[<p>[...] post is mostly for me to remember where I can find that article on showing hidden files in OS X, since it&#8217;s a pain in the ass to do. Technorati Tags: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uli Kusterer</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105188</link>
		<dc:creator>Uli Kusterer</dc:creator>
		<pubDate>Sat, 05 May 2007 13:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105188</guid>
		<description>You shouldn't use killal. Use osascript to 'tell application "Finder" to quit'. killall forces the Finder to quit and it'll forget all its window positions, while the AppleScript solution makes Finder exit gracefully.</description>
		<content:encoded><![CDATA[<p>You shouldn&#8217;t use killal. Use osascript to &#8216;tell application &#8220;Finder&#8221; to quit&#8217;. killall forces the Finder to quit and it&#8217;ll forget all its window positions, while the AppleScript solution makes Finder exit gracefully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heracek</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105104</link>
		<dc:creator>heracek</dc:creator>
		<pubDate>Thu, 03 May 2007 07:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105104</guid>
		<description>Replacing newline with ';' works:

defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder</description>
		<content:encoded><![CDATA[<p>Replacing newline with &#8216;;&#8217; works:</p>
<p>defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthijs</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105043</link>
		<dc:creator>matthijs</dc:creator>
		<pubDate>Tue, 01 May 2007 08:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105043</guid>
		<description>Strange, because if I run the commands from the Terminal, they work fine. I'm on OS X 10.4.9 by the way.</description>
		<content:encoded><![CDATA[<p>Strange, because if I run the commands from the Terminal, they work fine. I&#8217;m on OS X 10.4.9 by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthijs</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105041</link>
		<dc:creator>matthijs</dc:creator>
		<pubDate>Tue, 01 May 2007 07:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105041</guid>
		<description>I get a workflow failed as well. "An error 2007-05-01 09:20:18.830 defaults[251] Unexpected argument Finder; leaving defaults unchanged. 91) occured in Run Shell"</description>
		<content:encoded><![CDATA[<p>I get a workflow failed as well. &#8220;An error 2007-05-01 09:20:18.830 defaults[251] Unexpected argument Finder; leaving defaults unchanged. 91) occured in Run Shell&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Guthrie</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105036</link>
		<dc:creator>Jason Guthrie</dc:creator>
		<pubDate>Tue, 01 May 2007 03:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105036</guid>
		<description>Adam and James... 

Always check the log when troubleshooting a "Workflow Execution Failed" message. To view the log, select 'Show Log' in the 'View' menu.  If the fix isn't obvious, post another comment with the log results... maybe we can help.</description>
		<content:encoded><![CDATA[<p>Adam and James&#8230; </p>
<p>Always check the log when troubleshooting a &#8220;Workflow Execution Failed&#8221; message. To view the log, select &#8216;Show Log&#8217; in the &#8216;View&#8217; menu.  If the fix isn&#8217;t obvious, post another comment with the log results&#8230; maybe we can help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105030</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 30 Apr 2007 22:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105030</guid>
		<description>I get workflow failed on both as well...</description>
		<content:encoded><![CDATA[<p>I get workflow failed on both as well&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Si</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105020</link>
		<dc:creator>Si</dc:creator>
		<pubDate>Mon, 30 Apr 2007 19:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105020</guid>
		<description>What would be great is if you could apply it to just a single folder, or hierarchy of folders.  Specifically, I have Apache installed so I'd like to see all the hidden files in the htdocs folder, but nowhere else.  That would be cool.</description>
		<content:encoded><![CDATA[<p>What would be great is if you could apply it to just a single folder, or hierarchy of folders.  Specifically, I have Apache installed so I&#8217;d like to see all the hidden files in the htdocs folder, but nowhere else.  That would be cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Diemer</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105015</link>
		<dc:creator>Dan Diemer</dc:creator>
		<pubDate>Mon, 30 Apr 2007 18:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-105015</guid>
		<description>or, install MainMenu and have this one click away, along with the handy Repair Disk Permissions</description>
		<content:encoded><![CDATA[<p>or, install MainMenu and have this one click away, along with the handy Repair Disk Permissions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vanni</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-104996</link>
		<dc:creator>vanni</dc:creator>
		<pubDate>Mon, 30 Apr 2007 16:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-104996</guid>
		<description>@grness. you are right. i just finished your tutorial and it was indeed fun and informative. thanks!</description>
		<content:encoded><![CDATA[<p>@grness. you are right. i just finished your tutorial and it was indeed fun and informative. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grkness</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-104989</link>
		<dc:creator>Grkness</dc:creator>
		<pubDate>Mon, 30 Apr 2007 16:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-104989</guid>
		<description>It works perfectly fine.  Vanni: you could use third party software however it takes the fun out of learning the intricacies of your Mac.</description>
		<content:encoded><![CDATA[<p>It works perfectly fine.  Vanni: you could use third party software however it takes the fun out of learning the intricacies of your Mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vanni</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-104980</link>
		<dc:creator>vanni</dc:creator>
		<pubDate>Mon, 30 Apr 2007 14:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-104980</guid>
		<description>I use an AppleScript called "Show Hide Invisible Files 1.5" ...dead simple.
J. T. AppleScripts - http://216.127.146.15/~j_gar@trysb.net/</description>
		<content:encoded><![CDATA[<p>I use an AppleScript called &#8220;Show Hide Invisible Files 1.5&#8243; &#8230;dead simple.<br />
J. T. AppleScripts - <a href="http://216.127.146.15/~j_gar@trysb.net/" rel="nofollow">http://216.127.146.15/~j_gar@trysb.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-104979</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 30 Apr 2007 13:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/04/30/quick-tip-showhide-hidden-files/#comment-104979</guid>
		<description>You sure this works?
I keep getting "Workflow Failed", so have I missed anything?</description>
		<content:encoded><![CDATA[<p>You sure this works?<br />
I keep getting &#8220;Workflow Failed&#8221;, so have I missed anything?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
