‘Avengers: Doomsday’ Hot Toys Figures Give Our Best Look Yet at Doctor Doom
-
Hot Toys, Sideshow, and Hasbro debuted some incredibly detailed 'Avengers:
Doomsday' figures.
27 minutes 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