Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created December 24, 2017 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parsibox/2007399e75a5db95901b86d04e743a71 to your computer and use it in GitHub Desktop.
Save parsibox/2007399e75a5db95901b86d04e743a71 to your computer and use it in GitHub Desktop.
find string in all directadmin http log
awk -F\" '($2 ~ "evtbxznx"){print $0$1$2}' /var/log/httpd/domains/*log
@parsibox
Copy link
Author

$1 is ip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment