ok.. re previous post about "fix"
it doesn't work.. lol
why would:
tail -500 /var/log/maillog | grep -v imapd |grep -v connection |grep -v processing| cut -d" " -f0,3,6,7,8,9,10| grcat conf.craig
work.. but
tail -f /var/log/maillog | grep -v imapd |grep -v connection |grep -v processing| cut -d" " -f0,3,6,7,8,9,10| grcat conf.craig
*not* work..
but:
tail -f /var/log/maillog | grcat conf.log
work..
so it's not a problem with grcat I don't think..
any ideas?
Craig