<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>One-liner needed: log-rolling with a different spin</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>ALErs -<BR>
<BR>
I am accumulating a log file a bit faster than I would like, and only need to keep the most recent N lines (say, N = 100000) to examine in case of a crash. I want the log traffic to continue undisturbed while early lines are truncated.<BR>
<BR>
I want to script this and run it as a 'cron' job to keep the file size manageable. I would prefer not to restart 'syslogd', mainly because it seems to me that should not be necessary.<BR>
<BR>
Suggestions?<BR>
<BR>
TIA.<BR>
&nbsp;- Mills<BR>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>