mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 04:06:28 +08:00
Mention both jid qnd jiq.
This commit is contained in:
parent
299c121091
commit
07979a6b53
1 changed files with 1 additions and 2 deletions
|
@ -216,8 +216,7 @@ Notes:
|
|||
|
||||
- If you must handle XML, `xmlstarlet` is old but good.
|
||||
|
||||
- For JSON, use [`jq`](http://stedolan.github.io/jq/).
|
||||
* For interactive use, [`jiq`](https://github.com/fiatjaf/jiq)
|
||||
- For JSON, use [`jq`](http://stedolan.github.io/jq/). For interactive use, also see [`jid`](https://github.com/simeji/jid) and [`jiq`](https://github.com/fiatjaf/jiq).
|
||||
|
||||
- For YAML, use [`shyaml`](https://github.com/0k/shyaml).
|
||||
|
||||
|
|
Loading…
Reference in a new issue