Skip to content

Instantly share code, notes, and snippets.

@fazlurr
Created June 10, 2025 18:45
Show Gist options
  • Save fazlurr/8bdeba0a4cb1aa357d22d4ba61d15a33 to your computer and use it in GitHub Desktop.
Save fazlurr/8bdeba0a4cb1aa357d22d4ba61d15a33 to your computer and use it in GitHub Desktop.
grep '\[10/Jun/2025:01:' access.log.1 | grep -v 'POST /email/send'
grep '\[10/Jun/2025:03:' /var/log/nginx/access.log.1 | grep -v 'POST /email/send' | grep -v 'https://app.orderonline.id' > logs-09.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment