nushell/tests/open_xml.txt

4 lines
67 B
Text
Raw Normal View History

2019-06-11 06:26:03 +00:00
cd tests
2019-06-11 06:32:42 +00:00
open test.xml | get rss.channel.item.link | echo $it
2019-06-11 06:26:03 +00:00
exit