<?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>Burntimes blog &#187; terminal</title>
	<atom:link href="http://www.burntimeblog.de/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burntimeblog.de</link>
	<description>Alex Kulikov, Freifunk, Wlan, WIFI, Fon, Linux, Windows, Ubuntu, Firefox, BETA, Thunderbird, Opensource, BRB</description>
	<lastBuildDate>Fri, 23 Apr 2010 13:03:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Finder.app vom Terminal aus Starten</title>
		<link>http://www.burntimeblog.de/2009/11/26/finder-app-vom-terminal-aus-starten/</link>
		<comments>http://www.burntimeblog.de/2009/11/26/finder-app-vom-terminal-aus-starten/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 13:16:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.burntimeblog.de/?p=821</guid>
		<description><![CDATA[     <link rel="alternate" type="application/atom+xml" title="Burntimes blog Category: Apple" href="http://www.burntimeblog.de/category/apple/feed/" />
     <link rel="alternate" type="application/atom+xml" title="Burntimes blog Category: Linux" href="http://www.burntimeblog.de/category/linux/feed/" />
     <link rel="alternate" type="application/atom+xml" title="Burntimes blog Category: Shell" href="http://www.burntimeblog.de/category/shell/feed/" />
<br/>Um bei MacOS X wie unter Linux aus der Shell heraus den Filebrowser im aktuellen Ordner zu öffnen muss man folgendes in die .profile einfügen.

1
2
3
4
finder&#40;&#41;&#123;
     PWD=`pwd`
     open -a /System/Library/CoreServices/Finder.app &#34;$PWD&#34;
&#125;

Weitere Beispiele hier
]]></description>
			<content:encoded><![CDATA[<br/><p>Um bei MacOS X wie unter Linux aus der Shell heraus den Filebrowser im aktuellen Ordner zu öffnen muss man folgendes in die .profile einfügen.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">finder<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#123;</span>
     <span style="color: #007800;">PWD</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">pwd</span><span style="color: #000000; font-weight: bold;">`</span>
     open <span style="color: #660033;">-a</span> <span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>CoreServices<span style="color: #000000; font-weight: bold;">/</span>Finder.app <span style="color: #ff0000;">&quot;<span style="color: #007800;">$PWD</span>&quot;</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></td></tr></table></div>

<p>Weitere Beispiele <a href="http://robertnyman.com/2007/05/10/add-custom-commands-to-the-mac-os-x-terminal/">hier</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.burntimeblog.de/2009/11/26/finder-app-vom-terminal-aus-starten/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
