Created
July 10, 2013 13:26
-
-
Save benoitjpnet/5966262 to your computer and use it in GitHub Desktop.
Get the last acceded URLs in Squid Access list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tail -n100 /var/log/squid3/access.log | grep -oE 'http.*' | cut -d ' ' -f1 | sort | uniq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment