cat tcpdump.txt | awk '{if ($3 != "192.168.100.204.25") print $3}' | \
awk '{FS = "."} {print $1,".",$2,".",$3,"."$4}' | sed s/" "//g


why you all abuse "cat" command. simply awk .... <tcpdump.txt


Steve
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to