Using xmlstarlet : xmlstarlet sel -t -m '//item/link' -v 'substring-after(., "_")' -nl rss.xml. This first matches ( -m ) all //item/link nodes, ...
確定! 回上一頁