<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: egrep code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Mon, 06 Oct 2008 04:17:13 GMT</pubDate>
    <description>DZone Snippets: egrep code</description>
    <item>
      <title>MySQL Database Size</title>
      <link>http://snippets.dzone.com/posts/show/4117</link>
      <description>&lt;code&gt;mysql -uroot -D sfcnet_development -e "show table status\G"| egrep "(Index|Data)_length" | awk 'BEGIN { rsum = 0 } { rsum += $2 } END { print rsum }'&lt;/code&gt;</description>
      <pubDate>Fri, 08 Jun 2007 14:51:07 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4117</guid>
      <author>willcodeforfoo ()</author>
    </item>
  </channel>
</rss>
