<?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: How to show hidden files on a Mac with the help of Automator</title>
	<atom:link href="http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/</link>
	<description>Apple Mac Tips &#38; Tricks, Tutorials, Bug Fixes, and Reviews</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:10:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sunflower</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-2109</link>
		<dc:creator>Sunflower</dc:creator>
		<pubDate>Mon, 02 May 2011 13:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-2109</guid>
		<description>Worked like a charm. Thanks.</description>
		<content:encoded><![CDATA[<p>Worked like a charm. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-2073</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Thu, 31 Mar 2011 05:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-2073</guid>
		<description>for osx 10.6 just change a little bit :)

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder</description>
		<content:encoded><![CDATA[<p>for osx 10.6 just change a little bit :)</p>
<p>defaults write com.apple.finder AppleShowAllFiles TRUE<br />
killall Finder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anna</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-1984</link>
		<dc:creator>anna</dc:creator>
		<pubDate>Tue, 15 Feb 2011 16:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-1984</guid>
		<description>Hey, where is the users thing?? i can&#039;t delete the invisible file and it&#039;s annoying!!!!!!!!!!!!!!!!!!!!!!!!!!!! please help me</description>
		<content:encoded><![CDATA[<p>Hey, where is the users thing?? i can&#8217;t delete the invisible file and it&#8217;s annoying!!!!!!!!!!!!!!!!!!!!!!!!!!!! please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YAL</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-1727</link>
		<dc:creator>YAL</dc:creator>
		<pubDate>Mon, 18 Oct 2010 22:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-1727</guid>
		<description>Thank you so very much for this posting, it helped me in a jam!!!</description>
		<content:encoded><![CDATA[<p>Thank you so very much for this posting, it helped me in a jam!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colmiak</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-1528</link>
		<dc:creator>colmiak</dc:creator>
		<pubDate>Mon, 19 Jul 2010 06:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-1528</guid>
		<description>Scocasso!&#039;s method works great in snow

protip: remember to type in the commands yourself, otherwise the the apostrophes will get messed up if you copy and paste.

it wouldnt work for me til i typed in the commands manually

thanks!</description>
		<content:encoded><![CDATA[<p>Scocasso!&#8217;s method works great in snow</p>
<p>protip: remember to type in the commands yourself, otherwise the the apostrophes will get messed up if you copy and paste.</p>
<p>it wouldnt work for me til i typed in the commands manually</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scocasso!</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-1104</link>
		<dc:creator>Scocasso!</dc:creator>
		<pubDate>Wed, 28 Apr 2010 06:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-1104</guid>
		<description>on 10.6.3 it works
You just have to drag an new Run Shell Script box over for each line rather than putting them all in one box. This is what I did in 10.6.3

Choose to create a Service.

Services receives selected [files and folders] in [Finder.app]

Drag and drop three Run Shell Script instances (boxes) over to the workflow space.

First box:

defaults write com.apple.finder AppleShowAllFiles -bool true

Second box:

osascript -e &#039;tell application &quot;Finder&quot; to quit&#039;;

Third box:

osascript -e &#039;tell application &quot;Finder&quot; to activate&#039;;

File save as &quot;Show Hidden Files&quot;

Change &quot;true&quot; to &quot;false&quot; in the first box, and save it again with the name Hide Hidden Files.

Now, when you right click on any file or folder you will see those two options in the dropdowlist.

Both files saves in User &gt; Library &gt; Services</description>
		<content:encoded><![CDATA[<p>on 10.6.3 it works<br />
You just have to drag an new Run Shell Script box over for each line rather than putting them all in one box. This is what I did in 10.6.3</p>
<p>Choose to create a Service.</p>
<p>Services receives selected [files and folders] in [Finder.app]</p>
<p>Drag and drop three Run Shell Script instances (boxes) over to the workflow space.</p>
<p>First box:</p>
<p>defaults write com.apple.finder AppleShowAllFiles -bool true</p>
<p>Second box:</p>
<p>osascript -e &#8216;tell application &#8220;Finder&#8221; to quit&#8217;;</p>
<p>Third box:</p>
<p>osascript -e &#8216;tell application &#8220;Finder&#8221; to activate&#8217;;</p>
<p>File save as &#8220;Show Hidden Files&#8221;</p>
<p>Change &#8220;true&#8221; to &#8220;false&#8221; in the first box, and save it again with the name Hide Hidden Files.</p>
<p>Now, when you right click on any file or folder you will see those two options in the dropdowlist.</p>
<p>Both files saves in User &gt; Library &gt; Services</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kavon Walker</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-941</link>
		<dc:creator>Kavon Walker</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-941</guid>
		<description>I found this tip for users of 10.6.1. works great.
http://artofgeek.com/2009/09/16/toggle-display-of-hidden-files-in-finder-with-keyboard-shortcut/</description>
		<content:encoded><![CDATA[<p>I found this tip for users of 10.6.1. works great.<br />
<a href="http://artofgeek.com/2009/09/16/toggle-display-of-hidden-files-in-finder-with-keyboard-shortcut/" rel="nofollow">http://artofgeek.com/2009/09/16/toggle-display-of-hidden-files-in-finder-with-keyboard-shortcut/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kavon Walker</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-940</link>
		<dc:creator>Kavon Walker</dc:creator>
		<pubDate>Tue, 09 Mar 2010 08:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-940</guid>
		<description>How do i save a plug-in in 10.6.1?</description>
		<content:encoded><![CDATA[<p>How do i save a plug-in in 10.6.1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Colpitts</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-843</link>
		<dc:creator>Jon Colpitts</dc:creator>
		<pubDate>Fri, 05 Feb 2010 03:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-843</guid>
		<description>Fantastic!  Thanks for the great tip. I used it to delete files that was no longer needed (Openfire).</description>
		<content:encoded><![CDATA[<p>Fantastic!  Thanks for the great tip. I used it to delete files that was no longer needed (Openfire).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amanda</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-774</link>
		<dc:creator>Amanda</dc:creator>
		<pubDate>Sun, 10 Jan 2010 08:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-774</guid>
		<description>This helped sooooo much! Did exactly what I needed and you made it sooo simple!!!! Thank you!</description>
		<content:encoded><![CDATA[<p>This helped sooooo much! Did exactly what I needed and you made it sooo simple!!!! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-764</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Fri, 08 Jan 2010 13:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-764</guid>
		<description>Works great in 10.5! This is a real time saver so thanks a lot!</description>
		<content:encoded><![CDATA[<p>Works great in 10.5! This is a real time saver so thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-763</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 08 Jan 2010 10:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-763</guid>
		<description>These instructions are incomplete. Which template do you choose when Automator opens?</description>
		<content:encoded><![CDATA[<p>These instructions are incomplete. Which template do you choose when Automator opens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oris</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-677</link>
		<dc:creator>Oris</dc:creator>
		<pubDate>Tue, 24 Nov 2009 22:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-677</guid>
		<description>Good freeware application for http://code.google.com/p/hide-unhide</description>
		<content:encoded><![CDATA[<p>Good freeware application for <a href="http://code.google.com/p/hide-unhide" rel="nofollow">http://code.google.com/p/hide-unhide</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-663</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Thu, 19 Nov 2009 17:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-663</guid>
		<description>I prefer using a shell script, partly because I&#039;m usually already in Terminal

http://macmartine.com/blog/2009/11/shell-script-to-showhide-hidden-files-on-os-x.html</description>
		<content:encoded><![CDATA[<p>I prefer using a shell script, partly because I&#8217;m usually already in Terminal</p>
<p><a href="http://macmartine.com/blog/2009/11/shell-script-to-showhide-hidden-files-on-os-x.html" rel="nofollow">http://macmartine.com/blog/2009/11/shell-script-to-showhide-hidden-files-on-os-x.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soxofaan</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-646</link>
		<dc:creator>Soxofaan</dc:creator>
		<pubDate>Thu, 05 Nov 2009 13:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-646</guid>
		<description>The same with only one plugin that just toggles the hidden/unhidden state instead of two separate plugins: 
http://artofgeek.com/2009/09/16/toggle-display-of-hidden-files-in-finder-with-keyboard-shortcut</description>
		<content:encoded><![CDATA[<p>The same with only one plugin that just toggles the hidden/unhidden state instead of two separate plugins:<br />
<a href="http://artofgeek.com/2009/09/16/toggle-display-of-hidden-files-in-finder-with-keyboard-shortcut" rel="nofollow">http://artofgeek.com/2009/09/16/toggle-display-of-hidden-files-in-finder-with-keyboard-shortcut</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: howard</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-630</link>
		<dc:creator>howard</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-630</guid>
		<description>cant save it as a plug-in only as worklfow format on my 10.6.1 lapy
but on my brothers i can save it as a plug in and it works his version  of oxs is 10.5.8.
how do i save it as a plugin on 10.6.1?</description>
		<content:encoded><![CDATA[<p>cant save it as a plug-in only as worklfow format on my 10.6.1 lapy<br />
but on my brothers i can save it as a plug in and it works his version  of oxs is 10.5.8.<br />
how do i save it as a plugin on 10.6.1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D Ross</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-596</link>
		<dc:creator>D Ross</dc:creator>
		<pubDate>Thu, 22 Oct 2009 00:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-596</guid>
		<description>Strange, I don&#039;t have the &quot;More&quot; field anymore when I right click. I seem to remember it before but haven&#039;t noticed it not being there.</description>
		<content:encoded><![CDATA[<p>Strange, I don&#8217;t have the &#8220;More&#8221; field anymore when I right click. I seem to remember it before but haven&#8217;t noticed it not being there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lalaroo</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-467</link>
		<dc:creator>Lalaroo</dc:creator>
		<pubDate>Tue, 18 Aug 2009 06:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-467</guid>
		<description>Sweet! Thanks so much!</description>
		<content:encoded><![CDATA[<p>Sweet! Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: minnima</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-430</link>
		<dc:creator>minnima</dc:creator>
		<pubDate>Sat, 01 Aug 2009 02:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-430</guid>
		<description>works perfect on 10.4.11, but it&#039;s also true, do not copy and paste, just type regular apostrophes. Thank you!</description>
		<content:encoded><![CDATA[<p>works perfect on 10.4.11, but it&#8217;s also true, do not copy and paste, just type regular apostrophes. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shafer</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-405</link>
		<dc:creator>Shafer</dc:creator>
		<pubDate>Thu, 09 Jul 2009 15:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-405</guid>
		<description>I tried this, but hidden files don&#039;t show up.  The double quotes around finder in lines 2 and 3 are different on the leading and trailing end, as are the single quotes.  I assumed the first single quote was the symbol on the upper left of the keyboard, and the trailing single quote was the standard single quote, the left of Return, and that both double quotes were double quotes (shift-quote button to left of Return).  Tried it with and without the semicolons, as per suggestion of Shawn.
Thanks in advance for further hints..</description>
		<content:encoded><![CDATA[<p>I tried this, but hidden files don&#8217;t show up.  The double quotes around finder in lines 2 and 3 are different on the leading and trailing end, as are the single quotes.  I assumed the first single quote was the symbol on the upper left of the keyboard, and the trailing single quote was the standard single quote, the left of Return, and that both double quotes were double quotes (shift-quote button to left of Return).  Tried it with and without the semicolons, as per suggestion of Shawn.<br />
Thanks in advance for further hints..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-362</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 22 Jun 2009 03:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-362</guid>
		<description>I had to do two things to get it to work for me on 10.5.7

First, don&#039;t ignore the warning about copying and pasting. DO NOT DO IT. You need to type it in.

Second, I had to remove the semicolons from the end of the 2nd and 3rd lines.

Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>I had to do two things to get it to work for me on 10.5.7</p>
<p>First, don&#8217;t ignore the warning about copying and pasting. DO NOT DO IT. You need to type it in.</p>
<p>Second, I had to remove the semicolons from the end of the 2nd and 3rd lines.</p>
<p>Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-300</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 27 May 2009 22:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-300</guid>
		<description>Perfect! Just what I was looking for. Thanks!</description>
		<content:encoded><![CDATA[<p>Perfect! Just what I was looking for. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-254</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Sat, 11 Apr 2009 14:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-254</guid>
		<description>AppDelete is an uninstaller program. You can use it to delete software and all of its related files. http://reggie.ashworth.googlepages.com/appdelete</description>
		<content:encoded><![CDATA[<p>AppDelete is an uninstaller program. You can use it to delete software and all of its related files. <a href="http://reggie.ashworth.googlepages.com/appdelete" rel="nofollow">http://reggie.ashworth.googlepages.com/appdelete</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: choise</title>
		<link>http://www.macyourself.com/2009/03/20/how-to-show-hidden-files-on-a-mac-with-the-help-of-automator/comment-page-1/#comment-247</link>
		<dc:creator>choise</dc:creator>
		<pubDate>Tue, 07 Apr 2009 18:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.macyourself.com/?p=867#comment-247</guid>
		<description>what is &quot;appdelete&quot; ? :)</description>
		<content:encoded><![CDATA[<p>what is &#8220;appdelete&#8221; ? :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 2.496 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 10:20:19 -->

