<?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>Research and Destroy &#187; tweaks</title>
	<atom:link href="http://research-and-destroy.de/blog/tag/tweaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://research-and-destroy.de/blog</link>
	<description>... using advanced technology</description>
	<lastBuildDate>Sun, 18 Dec 2011 22:38:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Show hidden files in Finder on OS X</title>
		<link>http://research-and-destroy.de/blog/2009/04/13/show-hidden-files-in-finder-on-os-x/</link>
		<comments>http://research-and-destroy.de/blog/2009/04/13/show-hidden-files-in-finder-on-os-x/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 13:31:03 +0000</pubDate>
		<dc:creator>makii</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://research-and-destroy.de/blog/2009/04/13/show-hidden-files-in-finder-on-os-x/</guid>
		<description><![CDATA[Like any Unix system, files in OS X are hidden by defau [...]]]></description>
			<content:encoded><![CDATA[<p>Like any Unix system, files in OS X are hidden by default in directory listings when the names start with a dot &quot;.&quot;. This also counts for the Finder. There seems to be no way in the Finder configuration to change this configuration, so there&#8217;s a little hack in the shell to modify this behaviour: </p>
<p><code>$ defaults write com.apple.finder AppleShowAllFiles TRUE<br />
$ killall Finder</code></p>
<p>As you might guess the first line sets the option somehow and the second line kills all Finder windows belonging to the current User. As the Desktop also is a Finder process, it will restart immediately.</p>
<p><tt>defaults</tt> seems to be a small CLI to some kind of user preferences service within OS X. You can list e.g. all preferences for the current user from the finder by invoking:</p>
<p><code>$defaults read com.apple.finder</code></p>
<p>The result will look a bit like a cascaded associative array. I think there&#8217;s some more to fiddle with.</p>
<p>Via <a href="http://lifehacker.com/software/command-line/show-hidden-files-in-finder-188892.php" title="Article on Lifehacker">Lifehacker</a>.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://research-and-destroy.de/blog/2009/04/13/show-hidden-files-in-finder-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

