Skip to content

Instantly share code, notes, and snippets.

@vkobel
Created September 20, 2016 16:02
Show Gist options
  • Save vkobel/751b68b53fea95877edb80520205bcd2 to your computer and use it in GitHub Desktop.
Save vkobel/751b68b53fea95877edb80520205bcd2 to your computer and use it in GitHub Desktop.
cat $1 | egrep "/search-results.*/" |
sed -n 's/.*id=\(.\{6\}\).*client=\([^{ ,"}]*\).*/\1 \2/p' |
sort -u -k1,1 | sort -k2,2 | uniq -f 1 -c | awk '{ print $3 ";" $1 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment