Skip to content

Instantly share code, notes, and snippets.

@elebescond
Created November 3, 2011 10:20
Show Gist options
  • Save elebescond/1336202 to your computer and use it in GitHub Desktop.
Save elebescond/1336202 to your computer and use it in GitHub Desktop.
Extract unique IP from Apache log
awk '{ print $1 } ' apache_log | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment