mirror of
https://github.com/wader/fq.git
synced 2024-12-03 01:33:02 +03:00
3 lines
101 B
Plaintext
3 lines
101 B
Plaintext
$ fq -n '{r: {c: {"#seq":1}, b: {"#seq":0}, a: {"#seq":-1}}} | toxml'
|
|
"<r><a></a><b></b><c></c></r>"
|