Add command onsgmls.

pull/266/head
Uggla 2015-08-12 10:38:26 +02:00
parent 5fef2d2bf6
commit f4ad553c84
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ Notes:
- If you must handle XML, `xmlstarlet` is old but good.
- Handling, parsing sgml, html then `onsgmls` can be used.
- For JSON, use [`jq`](http://stedolan.github.io/jq/).
- For Excel or CSV files, [csvkit](https://github.com/onyxfish/csvkit) provides `in2csv`, `csvcut`, `csvjoin`, `csvgrep`, etc.