Skip to content

Instantly share code, notes, and snippets.

@arioch1984
Created May 29, 2025 08:29
Show Gist options
  • Save arioch1984/02010f5dd9fd1cf7f26a2a6e336c426a to your computer and use it in GitHub Desktop.
Save arioch1984/02010f5dd9fd1cf7f26a2a6e336c426a to your computer and use it in GitHub Desktop.
grep 'Shopify' /var/log/nginx/website-prod-benufarma-www.access.log \
| awk '{split($4, datetime, ":"); print datetime[1] ":" datetime[2] ":" datetime[3]}' \
| sort \
| uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment