<?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/cat</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 09:17:32 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.

To narrow this so it only prints the interesting lines (and not everything after those lines), see the nice solutions from [deepsoul,](http://snipplr.com/users/deepsoul) below.</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>
</channel>
</rss>