<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: count lines code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 25 Jul 2008 06:22:01 GMT</pubDate>
    <description>DZone Snippets: count lines code</description>
    <item>
      <title>Count line of code</title>
      <link>http://snippets.dzone.com/posts/show/4870</link>
      <description>// Use wc to count lines &lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;br /&gt;#!/bin/bash&lt;br /&gt;&lt;br /&gt;check out goes here&lt;br /&gt;cd dir&lt;br /&gt;grep -r "*;*" * | wc -l&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 11 Dec 2007 01:04:29 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4870</guid>
      <author>aniline (Aniline)</author>
    </item>
  </channel>
</rss>
