<?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: The bashrc bash configuration files</title>
	<atom:link href="http://simos.info/blog/archives/979/feed" rel="self" type="application/rss+xml" />
	<link>http://simos.info/blog/archives/979?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-bashrc-bash-configuration-files</link>
	<description>Το ιστολόγιό μου</description>
	<lastBuildDate>Fri, 23 Dec 2011 10:18:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Darrell Smith</title>
		<link>http://simos.info/blog/archives/979/comment-page-1#comment-394880</link>
		<dc:creator>Darrell Smith</dc:creator>
		<pubDate>Tue, 06 Apr 2010 20:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://simos.info/blog/?p=979#comment-394880</guid>
		<description>Thanks. I&#039;ll just have to use Python or PHP. James Tauber, Weston Ruter and Open Scriptures are working on tokenizing various manuscripts using python so I&#039;ll just follow along.</description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;ll just have to use Python or PHP. James Tauber, Weston Ruter and Open Scriptures are working on tokenizing various manuscripts using python so I&#8217;ll just follow along.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-394880" src="http://simos.info/blog/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('394880', 'add', 'simos.info/blog/wp-content/plugins/comment-rating/', '1_14_');" title="Thumb up" /> <span id="karma-394880-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-394880" src="http://simos.info/blog/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('394880', 'subtract', 'simos.info/blog/wp-content/plugins/comment-rating/', '1_14_')" title="Thumb down" /> <span id="karma-394880-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Simos Xenitellis</title>
		<link>http://simos.info/blog/archives/979/comment-page-1#comment-394879</link>
		<dc:creator>Simos Xenitellis</dc:creator>
		<pubDate>Sun, 04 Apr 2010 11:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://simos.info/blog/?p=979#comment-394879</guid>
		<description>@Darrell:

I believe you are trying to sort strings that start with, for example α, ᾳ ,ᾅ, and you notice that these words are not grouped together under «α».

Unfortunately, there is no support yet in glibc for ancient Greek.
&lt;blockquote&gt;
2883 # GREC
2884 #
2885 &lt;TNS&gt; # accent aigu/tonos/acute accent
2886 &lt;DLT&gt; # tr&lt;e&#039;&gt;ma/dialytica/diaeresis
2887 &lt;DTT&gt; # dialytika tonos
2888 #
&lt;/blockquote&gt;
Reference: http://repo.or.cz/w/glibc.git/tree/HEAD:/localedata/locales

No support in glibc means that all those basic command line scripts like &#039;sort&#039; do not recognise yet Ancient Greek.

I believe there is support for Ancient Greek collation in the CLDR locale database. Therefore, collation should work in OpenOffice.org (uses CLDR), or you could write a script in, let&#039;s say, Python, using the Python ICU bindings (see http://pypi.python.org/pypi/PyICU/). More scripting languages should have ICU bindings.

Χριστὸς ἀνέστη!</description>
		<content:encoded><![CDATA[<p>@Darrell:</p>
<p>I believe you are trying to sort strings that start with, for example α, ᾳ ,ᾅ, and you notice that these words are not grouped together under «α».</p>
<p>Unfortunately, there is no support yet in glibc for ancient Greek.</p>
<blockquote><p>
2883 # GREC<br />
2884 #<br />
2885 <tns> # accent aigu/tonos/acute accent<br />
2886
<dlt> # tr<e '>ma/dialytica/diaeresis<br />
2887
<dtt> # dialytika tonos<br />
2888 #
</dtt></e></dlt></tns></p></blockquote>
<p>Reference: <a href="http://repo.or.cz/w/glibc.git/tree/HEAD:/localedata/locales" rel="nofollow">http://repo.or.cz/w/glibc.git/tree/HEAD:/localedata/locales</a></p>
<p>No support in glibc means that all those basic command line scripts like &#8216;sort&#8217; do not recognise yet Ancient Greek.</p>
<p>I believe there is support for Ancient Greek collation in the CLDR locale database. Therefore, collation should work in OpenOffice.org (uses CLDR), or you could write a script in, let&#8217;s say, Python, using the Python ICU bindings (see <a href="http://pypi.python.org/pypi/PyICU/" rel="nofollow">http://pypi.python.org/pypi/PyICU/</a>). More scripting languages should have ICU bindings.</p>
<p>Χριστὸς ἀνέστη!</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-394879" src="http://simos.info/blog/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('394879', 'add', 'simos.info/blog/wp-content/plugins/comment-rating/', '1_14_');" title="Thumb up" /> <span id="karma-394879-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-394879" src="http://simos.info/blog/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('394879', 'subtract', 'simos.info/blog/wp-content/plugins/comment-rating/', '1_14_')" title="Thumb down" /> <span id="karma-394879-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell Smith</title>
		<link>http://simos.info/blog/archives/979/comment-page-1#comment-394878</link>
		<dc:creator>Darrell Smith</dc:creator>
		<pubDate>Sun, 04 Apr 2010 00:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://simos.info/blog/?p=979#comment-394878</guid>
		<description>I use Ubuntu and am seeking a way to use polytonic Greek in bash utilities such as sort and uniq. Right now the diacritics confuse the algorithms when I use the locale el_GR-utf8. Do any of y&#039;all know of a way to get this working, perhaps by editing the locale? Has this been done already? Ζη Χριστος!</description>
		<content:encoded><![CDATA[<p>I use Ubuntu and am seeking a way to use polytonic Greek in bash utilities such as sort and uniq. Right now the diacritics confuse the algorithms when I use the locale el_GR-utf8. Do any of y&#8217;all know of a way to get this working, perhaps by editing the locale? Has this been done already? Ζη Χριστος!</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-394878" src="http://simos.info/blog/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('394878', 'add', 'simos.info/blog/wp-content/plugins/comment-rating/', '1_14_');" title="Thumb up" /> <span id="karma-394878-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-394878" src="http://simos.info/blog/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('394878', 'subtract', 'simos.info/blog/wp-content/plugins/comment-rating/', '1_14_')" title="Thumb down" /> <span id="karma-394878-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Simos Xenitellis</title>
		<link>http://simos.info/blog/archives/979/comment-page-1#comment-394828</link>
		<dc:creator>Simos Xenitellis</dc:creator>
		<pubDate>Tue, 15 Sep 2009 08:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://simos.info/blog/?p=979#comment-394828</guid>
		<description>Thanks for the feedback.
It appears that OS/X does not have the GNU &#039;echo&#039; command which supports the command line option &#039;-n&#039; (do not change line after echo-ing text).

My blog uses a spam plugin that caught your post. I just released it.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback.<br />
It appears that OS/X does not have the GNU &#8216;echo&#8217; command which supports the command line option &#8216;-n&#8217; (do not change line after echo-ing text).</p>
<p>My blog uses a spam plugin that caught your post. I just released it.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-394828" src="http://simos.info/blog/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('394828', 'add', 'simos.info/blog/wp-content/plugins/comment-rating/', '1_14_');" title="Thumb up" /> <span id="karma-394828-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-394828" src="http://simos.info/blog/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('394828', 'subtract', 'simos.info/blog/wp-content/plugins/comment-rating/', '1_14_')" title="Thumb down" /> <span id="karma-394828-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://simos.info/blog/archives/979/comment-page-1#comment-394827</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Tue, 15 Sep 2009 00:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://simos.info/blog/?p=979#comment-394827</guid>
		<description>Will this works for mac?

I tried on my OSX 10.5.6 but seems dosen&#039;t work.

This is the message followed by &quot;sudo make systeminstall&quot;

sudo make systeminstall
Password:
-n Copying config files to /usr/share/bashrc...
 done.
-n Copying bashrc_config to /usr/bin...
 done.

You can now use bashrc_config
    as root to populate the /etc/skel directory
    so that each new user will have the config files,
or
    as any user to have your own copy of the 
    bashrc configuration files in your home directory.

Q: Did you put the dot files in /etc/skel? A: No, use bashrc_config.

-----

Where I have done wrong?

BTW: It works great on my Ubuntu box, I&#039;m loving it.
But your mail system treated my email address as spam. It seems doesn&#039;t like emails contains the word &quot;spam&quot;, in which case a true spam won&#039;t put spam in.</description>
		<content:encoded><![CDATA[<p>Will this works for mac?</p>
<p>I tried on my OSX 10.5.6 but seems dosen&#8217;t work.</p>
<p>This is the message followed by &#8220;sudo make systeminstall&#8221;</p>
<p>sudo make systeminstall<br />
Password:<br />
-n Copying config files to /usr/share/bashrc&#8230;<br />
 done.<br />
-n Copying bashrc_config to /usr/bin&#8230;<br />
 done.</p>
<p>You can now use bashrc_config<br />
    as root to populate the /etc/skel directory<br />
    so that each new user will have the config files,<br />
or<br />
    as any user to have your own copy of the<br />
    bashrc configuration files in your home directory.</p>
<p>Q: Did you put the dot files in /etc/skel? A: No, use bashrc_config.</p>
<p>&#8212;&#8211;</p>
<p>Where I have done wrong?</p>
<p>BTW: It works great on my Ubuntu box, I&#8217;m loving it.<br />
But your mail system treated my email address as spam. It seems doesn&#8217;t like emails contains the word &#8220;spam&#8221;, in which case a true spam won&#8217;t put spam in.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-394827" src="http://simos.info/blog/wp-content/plugins/comment-rating/images/1_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('394827', 'add', 'simos.info/blog/wp-content/plugins/comment-rating/', '1_14_');" title="Thumb up" /> <span id="karma-394827-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-394827" src="http://simos.info/blog/wp-content/plugins/comment-rating/images/1_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('394827', 'subtract', 'simos.info/blog/wp-content/plugins/comment-rating/', '1_14_')" title="Thumb down" /> <span id="karma-394827-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
</channel>
</rss>

