Created
May 17, 2012 04:25
-
-
Save axelav/2716344 to your computer and use it in GitHub Desktop.
Create a list of links on a site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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