If rss for https://www.reddit.com/r/news/.rss is stored in news.rss
cat news.rss | xml sel -t -m "//_:entry/_:link/@href" -v . -n
# Get help on selecting attributes
xml sel
If rss for https://www.reddit.com/r/news/.rss is stored in news.rss
cat news.rss | xml sel -t -m "//_:entry/_:link/@href" -v . -n
# Get help on selecting attributes
xml sel