On 22/05/07, John Carter <[EMAIL PROTECTED]> wrote:
Alert yourself when something noxious appears in a log file..
tail -f /var/log/xferlog | grep --line-buffered 'passwd' | \
beep -f 1000 -r 5 -s
I guess "grep --line-buffered" is the gem I'll take away from today's tip. Thanks John! -jim
