Skip to content

Instantly share code, notes, and snippets.

@simpsonjulian
Created February 9, 2012 17:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simpsonjulian/1781223 to your computer and use it in GitHub Desktop.
Save simpsonjulian/1781223 to your computer and use it in GitHub Desktop.
awk '{print $1}' /var/log/apache2/access.log | sort -u | while read host; do
host $host;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment