[Noffle-users] see the filter numbers mentioned in syslog
Brought to you by:
bears
From: Dan J. <ji...@ji...> - 2005-03-08 17:25:25
|
perl -nwe 'BEGIN{$i=0};next unless /^filter/;print ++$i." $_"' noffle.conf is a quick way to see the filter numbers mentioned in syslog. |