Skip to content

Instantly share code, notes, and snippets.

@zellyn
Created September 21, 2009 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zellyn/190440 to your computer and use it in GitHub Desktop.
Save zellyn/190440 to your computer and use it in GitHub Desktop.
Most requested pages.
curl http://peer1-python1.ajc.com/servstats| grep nowrap | sed -e 's|.*<td nowrap>\(.*\)</td>.*|\1|' | sed -e 's/&amp;/\&/g' | sort | uniq -c | sort -rn | head -15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment