<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://localhost"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Cameron Zemek - bash</title>
 <link>http://localhost/taxonomy/term/10/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Fix whitespace</title>
 <link>http://localhost/fix-whitespace</link>
 <description>&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;bash geshifilter-bash&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;#!/bin/sh&lt;/span&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;EXTENSIONS&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;sh|txt|php|py|rb|css|js|html|xsl|xml|sql&amp;quot;&lt;/span&gt;
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;file&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;in&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;`&lt;/span&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;find&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-type&lt;/span&gt; f &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;grep&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-v&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;\.svn&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;grep&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-E&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;(&lt;span style=&quot;color: #007800;&quot;&gt;$EXTENSIONS&lt;/span&gt;)$&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;`&lt;/span&gt;
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;do&lt;/span&gt;
    &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Send the commands H and w to ed&lt;/span&gt;
    &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# ed will append newline if the file does not end in one&lt;/span&gt;
    &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;printf&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;%s&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;&amp;quot;&lt;/span&gt; H &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;w&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ed&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-s&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;$file&lt;/span&gt;
&amp;nbsp;
    &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Strip trailing whitespace&lt;/span&gt;
    &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sed&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-i&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;s/[ \t]*$//g&#039;&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;$file&lt;/span&gt;
&amp;nbsp;
    &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Convert tabs to 4 spaces&lt;/span&gt;
    &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sed&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-i&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-r&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;s/&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\t&lt;/span&gt;/    /g&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;$file&lt;/span&gt;
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;done&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;</description>
 <category domain="http://localhost/tags/bash">bash</category>
 <category domain="http://localhost/tags/script">script</category>
 <pubDate>Thu, 17 Jul 2008 08:47:27 +0000</pubDate>
 <dc:creator>grom</dc:creator>
 <guid isPermaLink="false">8 at http://localhost</guid>
</item>
</channel>
</rss>
