Skip to content

Instantly share code, notes, and snippets.

@axelav
Created May 17, 2012 04:25
Show Gist options
  • Select an option

  • Save axelav/2716344 to your computer and use it in GitHub Desktop.

Select an option

Save axelav/2716344 to your computer and use it in GitHub Desktop.
Create a list of links on a site
# Create a list of links on a site
# https://twitter.com/#!/plasticmind/status/202746488797921280
wget --force-html -r -l2 http://yoursite.com 2>&1 | grep '^--' | grep -v '\.\(txt\|ico\|css\|js\|png\|gif\|jpg\)$' > linklist.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment