wget -O- 的作用

 

[root@p2000x2 data]# wget -O-  https://www.baidu.com              #作用就是将页面展示到屏幕上
--2020-05-19 10:39:20--  https://www.baidu.com/
Resolving www.baidu.com (www.baidu.com)... 61.135.169.121, 61.135.169.125, 2408:80f0:410c:1c:0:ff:b00e:347f, ...
Connecting to www.baidu.com (www.baidu.com)|61.135.169.121|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2443 (2.4K) [text/html]
Saving to: ‘STDOUT’

 0% [                                                             ] 0           --.-K/s             
<!DOCTYPE html> 2020-05-19 10:39:20 (158 MB/s) - written to stdout [2443/2443] [root@p2000x2 data]# ^

 

 

 

posted on 2020-05-19 18:42  王大拿  阅读(1)  评论(0)    收藏  举报

导航