<?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>
	Commenti a: Come vedere i file nascosti in Mac OS X	</title>
	<atom:link href="https://www.sitissimo.com/come-vedere-i-file-nascosti-in-mac-os-x.html/feed" rel="self" type="application/rss+xml" />
	<link>https://www.sitissimo.com/come-vedere-i-file-nascosti-in-mac-os-x.html</link>
	<description>tecnologia, internet e molto altro</description>
	<lastBuildDate>Wed, 05 Nov 2008 00:22:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.8</generator>
	<item>
		<title>
		Di: Davex		</title>
		<link>https://www.sitissimo.com/come-vedere-i-file-nascosti-in-mac-os-x.html#comment-2677</link>

		<dc:creator><![CDATA[Davex]]></dc:creator>
		<pubDate>Wed, 05 Nov 2008 00:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitissimo.com/come-vedere-i-file-nascosti-in-mac-os-x/#comment-2677</guid>

					<description><![CDATA[ottimo consiglio, grazie ;)]]></description>
			<content:encoded><![CDATA[<p>ottimo consiglio, grazie 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Di: timo		</title>
		<link>https://www.sitissimo.com/come-vedere-i-file-nascosti-in-mac-os-x.html#comment-2676</link>

		<dc:creator><![CDATA[timo]]></dc:creator>
		<pubDate>Tue, 04 Nov 2008 19:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitissimo.com/come-vedere-i-file-nascosti-in-mac-os-x/#comment-2676</guid>

					<description><![CDATA[Piu comodo e interessante con gli apple script:

------

tell application &quot;Finder&quot; to quit
set OnOff to do shell script &quot;defaults read com.apple.finder AppleShowAllFiles&quot;
if OnOff = &quot;NO&quot; or OnOff = &quot;OFF&quot; then
set OnOff to &quot;ON&quot;
else
set OnOff to &quot;OFF&quot;
end if
do shell script &quot;defaults write com.apple.finder AppleShowAllFiles &quot; &#038; OnOff
tell application &quot;Finder&quot; to launch]]></description>
			<content:encoded><![CDATA[<p>Piu comodo e interessante con gli apple script:</p>
<p>&#8212;&#8212;</p>
<p>tell application &#8220;Finder&#8221; to quit<br />
set OnOff to do shell script &#8220;defaults read com.apple.finder AppleShowAllFiles&#8221;<br />
if OnOff = &#8220;NO&#8221; or OnOff = &#8220;OFF&#8221; then<br />
set OnOff to &#8220;ON&#8221;<br />
else<br />
set OnOff to &#8220;OFF&#8221;<br />
end if<br />
do shell script &#8220;defaults write com.apple.finder AppleShowAllFiles &#8221; &amp; OnOff<br />
tell application &#8220;Finder&#8221; to launch</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
