How to extract uniq IPs from apache via grep, cut, and uniq

By , 2010-01-10 19:35

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.

Leave a Reply

 

Custom theme by me. Based on Panorama by Themocracy