Skip to content

Instantly share code, notes, and snippets.

@ngn999
Created July 24, 2012 01:58
Show Gist options
  • Select an option

  • Save ngn999/3167484 to your computer and use it in GitHub Desktop.

Select an option

Save ngn999/3167484 to your computer and use it in GitHub Desktop.
分析src来源
perl -MURI -anle '%h=URI->new("http://127.0.0.1" . $F[-1])->query_form; print $h{src}' 
| sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment