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

mcandre picture mcandre  路  3Comments

rokka-n picture rokka-n  路  4Comments

benjamin-bin-shen picture benjamin-bin-shen  路  3Comments

tbelaire picture tbelaire  路  4Comments

neowulf picture neowulf  路  3Comments