Created
June 29, 2016 10:51
-
-
Save AtsushiA/7ec99098124bd075475dbcb5b1771bc5 to your computer and use it in GitHub Desktop.
CloudFront Log IP extraction(Googlebot)
This file contains 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
cat {LogFileName} | grep Googlebot | cut -f5 | awk '!colname[$1]++{print $1}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment