Skip to content

Instantly share code, notes, and snippets.

@deathcult
Last active December 28, 2015 10:29
Show Gist options
  • Select an option

  • Save deathcult/7486921 to your computer and use it in GitHub Desktop.

Select an option

Save deathcult/7486921 to your computer and use it in GitHub Desktop.
网易首页有多少链接?
## sed reg
curl -s www.163.com | sed -n 's/.*\(<a[^>]*>\).*/\1/p'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment