From f4ad553c843b9419346618ede236cd32e314371a Mon Sep 17 00:00:00 2001 From: Uggla Date: Wed, 12 Aug 2015 10:38:26 +0200 Subject: [PATCH] Add command onsgmls. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b854a4..4b3ecee 100644 --- a/README.md +++ b/README.md @@ -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.