????
Current Path : /proc/331557/root/nutscripts/ |
Current File : //proc/331557/root/nutscripts/flowtail |
#!/bin/bash #[ $# -lt 3 ] && echo "$0 file \"pattern\"" && exit 0 #tail -f /var/log/exim_mainlog |while read line; do echo $line|egrep --color "<="|awk {'print $0'}|egrep --color "@"; done > /var/log/nutspam/basic.log tail -f /var/log/exim_mainlog |while read line; do echo $line|egrep --color "<="|awk {'print $0'}; done > /var/log/nutspam/basic.log