<?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/debug</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 23 Nov 2008 05:05:23 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) Bash debug - 0xced</title>
<link>http://snipplr.com/view/6219/bash-debug/</link>
<description><![CDATA[ <p>Add -x to get a full trace of a bash script execution</p> ]]></description>
<pubDate>Wed, 14 May 2008 03:28:17 GMT</pubDate>
<guid>http://snipplr.com/view/6219/bash-debug/</guid>
</item>
<item>
<title>(Bash) Emulating a Slow Internet Link for HTTP - zingo</title>
<link>http://snipplr.com/view/5552/emulating-a-slow-internet-link-for-http/</link>
<description><![CDATA[ <p>recover to normal speed with 
/sbin/ipfw delete 100
/sbin/ipfw delete 200
... or reboot</p> ]]></description>
<pubDate>Mon, 24 Mar 2008 22:51:35 GMT</pubDate>
<guid>http://snipplr.com/view/5552/emulating-a-slow-internet-link-for-http/</guid>
</item>
<item>
<title>(Bash) Debugging logrotate - therobot</title>
<link>http://snipplr.com/view/4036/debugging-logrotate/</link>
<description><![CDATA[ <p>As root run</p> ]]></description>
<pubDate>Mon, 29 Oct 2007 07:09:06 GMT</pubDate>
<guid>http://snipplr.com/view/4036/debugging-logrotate/</guid>
</item>
<item>
<title>(Bash) Enable Objective-C Messages Tracing - zingo</title>
<link>http://snipplr.com/view/3856/enable-objectivec-messages-tracing/</link>
<description><![CDATA[ <p>If you set the NSObjCMessageLoggingEnabled environment variable to "YES", the Objective-C runtime will log all dispatched Objective-C messages to a file named /tmp/msgSends-.</p> ]]></description>
<pubDate>Sun, 07 Oct 2007 17:58:05 GMT</pubDate>
<guid>http://snipplr.com/view/3856/enable-objectivec-messages-tracing/</guid>
</item>
<item>
<title>(Bash) Enable Safari Debug Menu - tylerhall</title>
<link>http://snipplr.com/view/2610/enable-safari-debug-menu/</link>
<description><![CDATA[ <p>Run this command in a terminal window to turn on Safari's debug menu.</p> ]]></description>
<pubDate>Mon, 07 May 2007 13:23:12 GMT</pubDate>
<guid>http://snipplr.com/view/2610/enable-safari-debug-menu/</guid>
</item>
</channel>
</rss>