How to extract uniq IPs from apache via grep, cut, and uniq
grep ‘Googlebot’ access.log | cut -d' ' -f1 | sort | uniq
Fantastic little command.
via » How to extract uniq IPs from apache via grep, cut, and uniq Dan Collis-Puro.
grep ‘Googlebot’ access.log | cut -d' ' -f1 | sort | uniq
Fantastic little command.
via » How to extract uniq IPs from apache via grep, cut, and uniq Dan Collis-Puro.
Custom theme by me. Based on Panorama by Themocracy