extract URLs from sitemap.xml file on command line

raw

command.sh

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

History