Created
December 24, 2017 08:03
-
-
Save parsibox/2007399e75a5db95901b86d04e743a71 to your computer and use it in GitHub Desktop.
find string in all directadmin http log
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
awk -F\" '($2 ~ "evtbxznx"){print $0$1$2}' /var/log/httpd/domains/*log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$1 is ip