Skip to content

Instantly share code, notes, and snippets.

@floehopper
Created January 15, 2017 19:45
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 floehopper/99f5225adbabafd6d74e1ea701b8e25a to your computer and use it in GitHub Desktop.
Save floehopper/99f5225adbabafd6d74e1ea701b8e25a to your computer and use it in GitHub Desktop.
Parse URLs from sitemap.xml from command line on OSX
$ brew install xmlstarlet
$ wget --output-document=- --quiet http://gofreerange.dev/sitemap.xml | xml sel --template --value-of "//*[local-name()='loc']/text()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment