pull/265/merge
René Ribaud 2017-05-16 01:34:54 +00:00 committed by GitHub
commit 547870cbfc
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,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/).