From owner-freebsd-questions@FreeBSD.ORG Tue Aug 23 02:25:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3260316A41F for ; Tue, 23 Aug 2005 02:25:15 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from pop-altamira.atl.sa.earthlink.net (pop-altamira.atl.sa.earthlink.net [207.69.195.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FD743D48 for ; Tue, 23 Aug 2005 02:25:14 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from elwamui-norfolk.atl.sa.earthlink.net ([209.86.224.43]) by pop-altamira.atl.sa.earthlink.net with esmtp (Exim 3.36 #10) id 1E7OTS-0001Fe-00 for freebsd-questions@freebsd.org; Mon, 22 Aug 2005 22:25:14 -0400 Message-ID: <11519837.1124763914105.JavaMail.root@elwamui-norfolk.atl.sa.earthlink.net> Date: Mon, 22 Aug 2005 21:25:13 -0500 (GMT-05:00) From: Eric Murphy To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 Subject: Root-tail Question :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric Murphy List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 02:25:15 -0000 Can you highlight certain words within the log? root-tail -f -color darkblue -g 50+500+5+5 /var/log/auth.log If i were to add a color at the end of /varlog/auth.log like so: /var/log/auth.log,red It would negate the -color string... Im attemping to keep the color dark blue and have words show up in differnt colors... I figured I could do something like... /var/log/auth.log,red,'ssh' But that doesnt work either it just makes it all red.. Is highlighting possible?