<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: shell code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 06 Sep 2008 09:17:23 GMT</pubDate>
    <description>DZone Snippets: shell code</description>
    <item>
      <title>Sort file by length of lines</title>
      <link>http://snippets.dzone.com/posts/show/3280</link>
      <description>Sort file by length of lines&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;cat $@ | awk '{ print length, $0 }' | sort -n | awk '{$1=""; print $0}'&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 14 Jan 2007 03:41:12 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3280</guid>
      <author>AlpT (AlpT)</author>
    </item>
  </channel>
</rss>
