mirror of
https://github.com/wader/fq.git
synced 2024-12-24 13:52:02 +03:00
cae288e6be
json, yaml, toml, xml, html, csv are now normal formats and most of them also particiate in probing (not html and csv). Also fixes a bunch of bugs in to/fromxml, to/fromjq etc.
4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
$ fq -n '"2%20%33" | fromurlencode | ., tourlencode'
|
|
"2 3"
|
|
"2+3"
|