Curl

curl一个网址,取数据。

curl "http://10.232.36.84:8088/service-manager/module/api/service_search/search.htm?service=com.taobao.ad.simba.user.service.UserReadService:1.0.0.daily" | grep "10.232.39.83"

 结果会出现:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0    39    0    39    0     0   1281      0 --:--:-- --:--:-- --:--:--     0

 很干扰。

 

咋办。man一下。发现:

-s/--silent
Silent mode. Don’t show progress meter or error messages.  Makes Curl mute.

If this option is used twice, the second will again disable silent mode.

 OK,that's all. 

你可能感兴趣的:(curl)