Add command Xpath.

pull/265/head
Uggla 2015-08-12 10:36:09 +02:00
parent 5fef2d2bf6
commit b3d0e2ef1d
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ Notes:
- For Markdown, HTML, and all kinds of document conversion, try [`pandoc`](http://pandoc.org/).
- If you must handle XML, `xmlstarlet` is old but good.
- If you must handle XML, `xmlstarlet` is old but good. `Xpath` can be used to query xml files.
- For JSON, use [`jq`](http://stedolan.github.io/jq/).