extract URLs from sitemap.xml file on command line

revision 4ee8307518c3dd170288e558e6e59609c188560a

raw

command.sh

1
$ xmlstarlet sel -t -v '//*[local-name()="loc"]' sitemap.xml |sed 's/ *//g' 

History