Skip to content

wget

wget

image-20230911210157421

目录

[toc]

案例:下载脚本并执行 -q -O-选项

  • 案例
bash
wget-qO-https:-O,--output-document=FILEwritedocumentstoFILE.

这个命令用于安装 NVM(Node Version Manager),一个允许你安装和管理多个 Node.js 版本的工具。命令的各部分含义如下:

  • wget -qO- https:<!DOCTYPEhtml><html><head><title>Welcome to nginx!</title><style>body{width:35em;margin:0auto;font-family:Tahoma,Verdana,Arial,sans-serif;}</style></head><body><h1>Welcome to nginx!</h1><p>If you see this page,the nginx web server is successfully installed andworking.Furtherconfigurationisrequired.</p><p>For online documentation and support please refer to<a href="http:Commercialsupportisavailableat<a href="http:<p><em>Thank you forusing nginx.</em></p></body></html>/#

案例:--no-check-certificate选项

bash
[root@gitlab-runner ~]#wget https:

版权:此文章版权归 One 所有,如有转载,请注明出处!

链接:可点击右上角分享此页面复制文章链接

上次更新时间:

最近更新