- To: SLUG <slug@xxxxxxxxxxx>
- Subject: Re: [SLUG] tailing, following and filtering
- From: Penedo <penedo@xxxxxxxxx>
- Date: Thu, 23 Nov 2006 13:52:09 +1100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=mavb7pAgMuwmyfT5dzKTA9Ldl9D8E4yTSXrzZ0n6iGHvyww5nV9yww1VFFU/FZ7SX9Y/jxHQP4ikLEiG5ofzSCM37mhp5p3ukPr30r47l8C/o/kBzMeeKY90CYVBRdmmYWQrhz80UD3uPuV14KzYvPGgbnXy16sWrJppuHz7Fuc=
On 23/11/06, jam@xxxxxxxxx <jam@xxxxxxxxx> wrote:
tail -f /var/log/syslog |grep something |grep -v but-not-this |less
Make it "| less -F +/re-to-highlight" so you can always ^C to scroll
back through the output then type "F" again to get back to the bottom
and tail from there.
A wry smile.
It's OK, I know someone who always tell jokes that nobody catches... :^).
--P