gibney.org : Technology : Logfiles referrer bash line


just a logo :)

search:


See as: raw | code

terms of service | imprint

gibney.org
is powered by m1d1





Logfiles referrer bash line
(Entry Nr. 2049, by user 1 | edit)
Count refferers in a log file:

gunzip -c log.gz | grep -ioP '(?<="http://)[^/]+' | sort | uniq -c | sort -n
Create a new entry at this position