ASUS's ExpertBook B5 Flip G2 is a 2.9 pound 360 touchscreen laptop
-
ASUS revealed new convertible Windows laptops and three Zenbook 14 models
with ARM64 and x86 processors.
15 hours ago
My take on all things technical
cat filename | awk '{print $3}' | perl -ne '$ip = $1 if /^(\d+\.\d+\.\d+\.\d+).*$/; print "$ip\n"' | sort | uniq
or to grab dest addresses substitute the fifth element
cat filename | awk '{print $5}' | perl -ne '$ip = $1 if /^(\d+\.\d+\.\d+\.\d+).*$/; print "$ip\n"' | sort | uniq