 2009-04-22 |
| Senior Member | | Join Date: 2009-03-21 Posts: 183 Rep Power: 2 | |
Re: Licence IP counting Quote: Originally Posted by dantro cplic print fw tab -t host_table -s && fw lichosts | awk '{print $4}' | awk 'BEGIN{FS=":"}{print $2}' | sort | uniq cat /var/log/messages | grep LOG_CRIT | AWK-tastic man! nice. |