<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - noah</title>
<link>http://snipplr.com/users/noah/tags/debugging</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 08 Sep 2008 05:58:07 GMT</pubDate>
<item>
<title>(Bash) Dump a file to the terminal, starting at some line number</title>
<link>http://snipplr.com/view/7309/dump-a-file-to-the-terminal-starting-at-some-line-number/</link>
<description><![CDATA[ <p>tail -n+99 foo.txt will read everything from foo.txt, starting with line 99.  Pipe that into more and you just look at the few line(s) you really need.

Todo: I'd like to learn to narrow this so I only print the lines I want to see, not the lines AND everything after.</p> ]]></description>
<pubDate>Tue, 15 Jul 2008 15:50:36 GMT</pubDate>
<guid>http://snipplr.com/view/7309/dump-a-file-to-the-terminal-starting-at-some-line-number/</guid>
</item>
<item>
<title>(Perl) lwp-request</title>
<link>http://snipplr.com/view/5196/lwprequest/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Feb 2008 12:28:41 GMT</pubDate>
<guid>http://snipplr.com/view/5196/lwprequest/</guid>
</item>
<item>
<title>(Bash) Tail requests for HTML files</title>
<link>http://snipplr.com/view/4069/tail-requests-for-html-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 05 Nov 2007 12:40:54 GMT</pubDate>
<guid>http://snipplr.com/view/4069/tail-requests-for-html-files/</guid>
</item>
<item>
<title>(JavaScript) Write to browser's error console</title>
<link>http://snipplr.com/view/2870/write-to-browsers-error-console/</link>
<description><![CDATA[ <p>Display an error message in the browser's error console.  JavaScript 1.5 and up.</p> ]]></description>
<pubDate>Sat, 16 Jun 2007 18:13:00 GMT</pubDate>
<guid>http://snipplr.com/view/2870/write-to-browsers-error-console/</guid>
</item>
</channel>
</rss>