Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save antoineguilbert/27f17f3197c62cc9122276e7a1374e09 to your computer and use it in GitHub Desktop.
Save antoineguilbert/27f17f3197c62cc9122276e7a1374e09 to your computer and use it in GitHub Desktop.
cat /var/log/apache2/access.log | grep "\[05/Sep/2010" |awk '{print $1}' | sort | uniq | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment