Created
May 29, 2025 08:29
-
-
Save arioch1984/02010f5dd9fd1cf7f26a2a6e336c426a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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