<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Littletux's blog - Computers</title>
    <link>http://littletux.homelinux.org/serendipity/</link>
    <description>Some notes regarding this and that</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1 - http://www.s9y.org/</generator>
    <pubDate>Sun, 02 Oct 2005 11:24:40 GMT</pubDate>

    <image>
        <url>http://littletux.homelinux.org/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Littletux's blog - Computers - Some notes regarding this and that</title>
        <link>http://littletux.homelinux.org/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>The csh madness</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/13-The-csh-madness.html</link>
            <category>Computers</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/13-The-csh-madness.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    I have been aware of it for a long time. But, from time to time, you need to make up your mind about it: the csh unix shell simply sucks. I noticed this again today when I tried to execute a simple &#039;while&#039;-loop on the shell within one line, something like &#039;% while ( true ) ; doSomething ; end&#039;. This is simply not possible with [t]csh: it needs a line feed after the while statement. More reasons why not to use [t]csh can be found at &lt;a href=&quot;http://www.icsi.berkeley.edu/~fosler/csh-from-hell/csh-from-hell.html&quot;&gt;csh programming considered harmful&lt;/a&gt; and &lt;a href=&quot;http://www.grymoire.com/Unix/CshTop10.txt&quot;&gt;Top Ten Reasons not to use the C shell&lt;/a&gt;. The most obvious for me is: it does not support functions or procedures. So, just do not use it. Use a shell like sh, bash, ksh, zsh. For more complex scripts, use a modern scripting language like &lt;a href=&quot;http://www.python.org/&quot;&gt;Python&lt;/a&gt; or &lt;a href=&quot;http://www.ruby-lang.org/en&quot;&gt;Ruby&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Fri, 12 Aug 2005 17:57:00 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/13-guid.html</guid>
    
</item>

</channel>
</rss>