1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Add -j / --join-output option, similar to -r

Fix #215.
This commit is contained in:
Nicolas Williams
2014-06-17 18:59:35 -05:00
parent ad52026550
commit 0c762925b2
3 changed files with 17 additions and 2 deletions

View File

@@ -152,6 +152,10 @@ sections:
formatted as a JSON string with quotes. This can be useful for
making jq filters talk to non-JSON-based systems.
* `--join-output` / `-j`:
Like `-r` but jq won't print a newline after each output.
* `-f filename` / `--from-file filename`:
Read filter from the file rather than from a command line, like