Jq: how to disable the jq log

Created on 17 May 2016  路  2Comments  路  Source: stedolan/jq

when I use jq, it will print log, how config it disable log?
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 126 409 102 409 0 98 1423 341 --:--:-- --:--:-- --:--:-- 4442 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 124 374 124 374 0 0 240 0 0:00:01 0:00:01 --:--:-- 277

Most helpful comment

This looks like curl output. Simply ask curlto be silent:

curl --silent ... | jq ...

All 2 comments

like this :jq

This looks like curl output. Simply ask curlto be silent:

curl --silent ... | jq ...
Was this page helpful?
0 / 5 - 0 ratings

Related issues

vito-c picture vito-c  路  43Comments

underrun picture underrun  路  60Comments

nicowilliams picture nicowilliams  路  23Comments

ghost picture ghost  路  41Comments

evert picture evert  路  58Comments