<?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: Getting Finder Comments in different languages</title>
	<atom:link href="http://schinckel.net/2007/05/09/getting-finder-comments-in-different-languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2007/05/09/getting-finder-comments-in-different-languages/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Fri, 21 Nov 2008 10:26:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2007/05/09/getting-finder-comments-in-different-languages/#comment-1598</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Wed, 09 May 2007 01:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2007/05/09/getting-finder-comments-in-different-languages/#comment-1598</guid>
		<description>And in python, from bash, without appscript.

&lt;pre&gt;comment = os.popen(&#34;mdls &#34;+filename+&#34; &#124; grep FinderComment&#34;).read().split()[1].strip()[1:-1]&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>And in python, from bash, without appscript.</p>
<pre>comment = os.popen(&quot;mdls &quot;+filename+&quot; | grep FinderComment&quot;).read().split()[1].strip()[1:-1]</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
