Created
February 8, 2013 19:43
-
-
Save blbradley/4741437 to your computer and use it in GitHub Desktop.
Print a list of URLs from an XML sitemap to stdout
This file contains 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
#Print a list of URLs from sitemap.xml to stdout | |
xpath -q -e '/*/*/*/text()' sitemap.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment