gibney.org
:
Technology
:
Logfiles referrer bash line
(Entry Nr. 2049, by user 1 |
edit
)
Count refferers in a log file: <br> <br>gunzip -c log.gz | grep -ioP '(?<="http://)[^/]+' | sort | uniq -c | sort -n
Create a new entry at this position