Skip to content

Instantly share code, notes, and snippets.

@dchatry
Created November 29, 2017 13:54
Show Gist options
  • Save dchatry/9870be41131c29a740096cd65baccdc2 to your computer and use it in GitHub Desktop.
Save dchatry/9870be41131c29a740096cd65baccdc2 to your computer and use it in GitHub Desktop.
[Unix] How much bots crawled my website?
perl -lne 'print $& if /bot/' /var/log/httpd/access_log | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment