<?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/line</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 07 Oct 2008 12:19:21 GMT</pubDate>
<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.

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>(Bash) Examine CRL file from the command line - breakerjump</title>
<link>http://snipplr.com/view/6561/examine-crl-file-from-the-command-line/</link>
<description><![CDATA[ <p>This rendition works for most of my tasks, but the inform may need to be changed to suit base64 encoded files.</p> ]]></description>
<pubDate>Wed, 04 Jun 2008 03:10:04 GMT</pubDate>
<guid>http://snipplr.com/view/6561/examine-crl-file-from-the-command-line/</guid>
</item>
<item>
<title>(Bash) Before and After - lakedenman</title>
<link>http://snipplr.com/view/5955/before-and-after/</link>
<description><![CDATA[ <p>"-b" and "-a" tells grep to show you 10 lines before and 10 lines after</p> ]]></description>
<pubDate>Tue, 22 Apr 2008 11:06:09 GMT</pubDate>
<guid>http://snipplr.com/view/5955/before-and-after/</guid>
</item>
<item>
<title>(Bash) Append Line to a File - engel</title>
<link>http://snipplr.com/view/4212/append-line-to-a-file/</link>
<description><![CDATA[ <p>Running this command will append a line with given values to a file you specify. Replace words between < and > with the values you desire.</p> ]]></description>
<pubDate>Wed, 28 Nov 2007 19:55:15 GMT</pubDate>
<guid>http://snipplr.com/view/4212/append-line-to-a-file/</guid>
</item>
<item>
<title>(Bash) fix permissions for files and directories - jhenry</title>
<link>http://snipplr.com/view/3538/fix-permissions-for-files-and-directories/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Aug 2007 08:06:52 GMT</pubDate>
<guid>http://snipplr.com/view/3538/fix-permissions-for-files-and-directories/</guid>
</item>
<item>
<title>(Bash) using find to list old files based on date - jhenry</title>
<link>http://snipplr.com/view/2851/using-find-to-list-old-files-based-on-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Jun 2007 12:14:25 GMT</pubDate>
<guid>http://snipplr.com/view/2851/using-find-to-list-old-files-based-on-date/</guid>
</item>
</channel>
</rss>