Skip to content

Instantly share code, notes, and snippets.

@geekKeen
Created October 30, 2018 02:17
Show Gist options
  • Save geekKeen/b4da54a6bd945fa20efce436fc7eee81 to your computer and use it in GitHub Desktop.
Save geekKeen/b4da54a6bd945fa20efce436fc7eee81 to your computer and use it in GitHub Desktop.
shell
# awk 使用方法
cat ad.platform.site | awk '{ split($27,url,"?"); if($33>5000 && $34 == "msecs" && $22 == "Oct" && $23 == 29 ) {print $22,$23,$24,url[1],$33,$34}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment