<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to tail files in Windows</title>
	<link>http://www.spugbrap.com/blog/2007/05/how-to-tail-files-in-windows/</link>
	<description>This is a repository for my favorite scripts, regexes, commandlines, utilities, code snippets, tips, and other geeky things that might be useful to someone googling for an obscure solution some day. It's also a place to share my thoughts about companies I've dealt with, my favorite lifehacks, observations of interesting human behavior, clever and/or evil marketing schemes I've run across, and anything else I feel compelled to write about.</description>
	<pubDate>Tue, 06 Jan 2009 12:52:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: spugbrap</title>
		<link>http://www.spugbrap.com/blog/2007/05/how-to-tail-files-in-windows/#comment-286</link>
		<dc:creator>spugbrap</dc:creator>
		<pubDate>Mon, 21 May 2007 15:59:04 +0000</pubDate>
		<guid>http://www.spugbrap.com/blog/2007/05/how-to-tail-files-in-windows/#comment-286</guid>
		<description>Yeah, 4NT kicks ass. Of course, I don't have it on the aforementioned server... I'm not exactly sure what kinds of restrictions exist in terms of software I can install on this particular server. So, I just try to play it safe. 

4NT, cygwin, and sysinternals tools (among other things) go on every other machine that I use on a regular basis, though!</description>
		<content:encoded><![CDATA[<p>Yeah, 4NT kicks ass. Of course, I don&#8217;t have it on the aforementioned server&#8230; I&#8217;m not exactly sure what kinds of restrictions exist in terms of software I can install on this particular server. So, I just try to play it safe. </p>
<p>4NT, cygwin, and sysinternals tools (among other things) go on every other machine that I use on a regular basis, though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ClintJCL</title>
		<link>http://www.spugbrap.com/blog/2007/05/how-to-tail-files-in-windows/#comment-285</link>
		<dc:creator>ClintJCL</dc:creator>
		<pubDate>Sat, 19 May 2007 22:57:25 +0000</pubDate>
		<guid>http://www.spugbrap.com/blog/2007/05/how-to-tail-files-in-windows/#comment-285</guid>
		<description>I also have a dos tail.exe for non cygwin, but I would only use that if I didn't have 4NT.</description>
		<content:encoded><![CDATA[<p>I also have a dos tail.exe for non cygwin, but I would only use that if I didn&#8217;t have 4NT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ClintJCL</title>
		<link>http://www.spugbrap.com/blog/2007/05/how-to-tail-files-in-windows/#comment-284</link>
		<dc:creator>ClintJCL</dc:creator>
		<pubDate>Sat, 19 May 2007 22:56:45 +0000</pubDate>
		<guid>http://www.spugbrap.com/blog/2007/05/how-to-tail-files-in-windows/#comment-284</guid>
		<description> R:\MEDIA\DATA\READY-TO-DELETE&#62;cat c:\bat\tail.bat


@echo off
IF "%CYGWIN"=="1" goto :cygwin

:nocygwin
*tail /n%@STRIP[-,%1]
goto :end

:cygwin
c:\cygwin\bin\tail.exe %&#38;
goto :end

:end</description>
		<content:encoded><![CDATA[<p>R:\MEDIA\DATA\READY-TO-DELETE&gt;cat c:\bat\tail.bat</p>
<p>@echo off<br />
IF &#8220;%CYGWIN&#8221;==&#8221;1&#8243; goto :cygwin</p>
<p>:nocygwin<br />
*tail /n%@STRIP[-,%1]<br />
goto :end</p>
<p>:cygwin<br />
c:\cygwin\bin\tail.exe %&amp;<br />
goto :end</p>
<p>:end</p>
]]></content:encoded>
	</item>
</channel>
</rss>
