Skip to content

Instantly share code, notes, and snippets.

@rambolee
Last active November 3, 2016 09:44
Show Gist options
  • Save rambolee/975e43d46c37c1309d1059b4c5e46988 to your computer and use it in GitHub Desktop.
Save rambolee/975e43d46c37c1309d1059b4c5e46988 to your computer and use it in GitHub Desktop.
用于简单展示 ump.letv.cn access_log
tail -f ump.letv.com.log | awk -F ' ' '{split($7,b,"?");print $4$5, $9, $1, b[1]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment