From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1169 Path: news.gmane.org!not-for-mail From: Alex Efros Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: monitoring svlogd-produced logfiles Date: Fri, 16 Jun 2006 14:08:06 +0300 Organization: asdfGroup Inc., http://powerman.asdfGroup.com/ Message-ID: <20060616110806.GN20474@home.power> References: <20060614233508.GP898@annvix.org> <20060614234004.GH8706@home.power> <20060616110303.GB4804@run.galis.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150456092 19596 80.91.229.2 (16 Jun 2006 11:08:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jun 2006 11:08:12 +0000 (UTC) Original-X-From: supervision-return-1405-gcsg-supervision=m.gmane.org@list.skarnet.org Fri Jun 16 13:08:10 2006 Return-path: Envelope-to: gcsg-supervision@gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by ciao.gmane.org with smtp (Exim 4.43) id 1FrCBL-0000h5-Mz for gcsg-supervision@gmane.org; Fri, 16 Jun 2006 13:08:07 +0200 Original-Received: (qmail 4043 invoked by uid 76); 16 Jun 2006 11:08:29 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 4036 invoked from network); 16 Jun 2006 11:08:29 -0000 Original-To: supervision@list.skarnet.org Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline In-Reply-To: <20060616110303.GB4804@run.galis.org> User-Agent: Mutt/1.5.11 Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1169 Archived-At: Hi! On Fri, Jun 16, 2006 at 07:03:03AM -0400, George Georgalis wrote: > OS=$(uname) > case $OS in > NetBSD|FreeBSD|Dragonfly|Darwin) > alias t='tail -F' > ;; > Linux) > alias t='tail --follow=name' > ;; > OpenBSD) > alias t='tail -f' > ;; > esac Linux understand -F too. -- WBR, Alex.