<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/awk/tags/awk</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 14:25:55 GMT</pubDate>
<item>
<title>(Awk) GC-freq.awk - cruelfate</title>
<link>http://snipplr.com/view/46709/gcfreqawk/</link>
<description><![CDATA[ <p>Parse Java stdout (or .out log) and print GC frequency per minute.   Assumes following JVM flags are set:

 -XX:+PrintGCDetails
 -XX:+PrintGCTimeStamps 
-verbose:gc</p> ]]></description>
<pubDate>Fri, 07 Jan 2011 05:15:06 GMT</pubDate>
<guid>http://snipplr.com/view/46709/gcfreqawk/</guid>
</item>
<item>
<title>(Awk) Sort Directories by Size (Human Readable) - nohn</title>
<link>http://snipplr.com/view/40758/sort-directories-by-size-human-readable/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 19 Sep 2010 19:09:27 GMT</pubDate>
<guid>http://snipplr.com/view/40758/sort-directories-by-size-human-readable/</guid>
</item>
<item>
<title>(Awk) Merge lines with Awk - bubnoff</title>
<link>http://snipplr.com/view/38514/merge-lines-with-awk/</link>
<description><![CDATA[ <p>For use in bash script. First two lines are an example of usage. This is one of several solutions to this problem. Works well for cleaning database output. Takes a regex and two files as arguments - first one is raw db output - second is merged output.This assumes unwanted line breaks. You can also get the same results working with the newline characters -- will post that one as well. The --re-interval option is only necessary if you want to enable regex interval operators like {n} or {n,m} ....etc. If using a current version of GNU Awk, might as well leave it in there.</p> ]]></description>
<pubDate>Thu, 05 Aug 2010 10:17:50 GMT</pubDate>
<guid>http://snipplr.com/view/38514/merge-lines-with-awk/</guid>
</item>
<item>
<title>(Awk) transpose rows and columns with awk - evertwh</title>
<link>http://snipplr.com/view/29998/transpose-rows-and-columns-with-awk/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Mar 2010 22:32:28 GMT</pubDate>
<guid>http://snipplr.com/view/29998/transpose-rows-and-columns-with-awk/</guid>
</item>
</channel>
</rss>