mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Update website
This commit is contained in:
@@ -211,15 +211,16 @@ using some command-line options:</p>
|
||||
formatted as a JSON string with quotes. This can be useful for
|
||||
making jq filters talk to non-JSON-based systems.</p>
|
||||
<ul>
|
||||
<li><code>--raw-output0</code>:</li>
|
||||
</ul>
|
||||
<p>Like <code>-r</code> but jq will print NUL instead of newline after each output.
|
||||
This can be useful when the values being output can contain newlines.
|
||||
When the output value contains NUL, jq exits with non-zero code.</p>
|
||||
<ul>
|
||||
<li><code>--join-output</code> / <code>-j</code>:</li>
|
||||
</ul>
|
||||
<p>Like <code>-r</code> but jq won't print a newline after each output.</p>
|
||||
<ul>
|
||||
<li><code>--nul-output</code> / <code>-0</code>:</li>
|
||||
</ul>
|
||||
<p>Like <code>-r</code> but jq will print NUL instead of newline after each output.
|
||||
This can be useful when the values being output can contain newlines.</p>
|
||||
<ul>
|
||||
<li><code>--ascii-output</code> / <code>-a</code>:</li>
|
||||
</ul>
|
||||
<p>jq usually outputs non-ASCII Unicode codepoints as UTF-8, even
|
||||
|
||||
Reference in New Issue
Block a user