<?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/bash/tags/number</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 16:07:40 GMT</pubDate>
<item>
<title>(Bash) download the first 50,000,000 prime numbers - adkatrit</title>
<link>http://snipplr.com/view/29996/download-the-first-50000000-prime-numbers/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Mar 2010 20:53:15 GMT</pubDate>
<guid>http://snipplr.com/view/29996/download-the-first-50000000-prime-numbers/</guid>
</item>
<item>
<title>(Bash) Trac Ticket Linking - mushookies</title>
<link>http://snipplr.com/view/21163/trac-ticket-linking/</link>
<description><![CDATA[ <p>Link Trac revisions and change sets.</p> ]]></description>
<pubDate>Wed, 14 Oct 2009 11:32:02 GMT</pubDate>
<guid>http://snipplr.com/view/21163/trac-ticket-linking/</guid>
</item>
<item>
<title>(Bash) Line Number File And Copy To Clipboard - iloveitaly</title>
<link>http://snipplr.com/view/17330/line-number-file-and-copy-to-clipboard/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Jul 2009 10:54:33 GMT</pubDate>
<guid>http://snipplr.com/view/17330/line-number-file-and-copy-to-clipboard/</guid>
</item>
<item>
<title>(Bash) Dump a file to the terminal, starting at some line number - noah</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>