代码改变世界

curl equivalent of wget

2023-01-09 18:17  jetwill  阅读(12)  评论(0编辑  收藏  举报
# https://www.thegeekstuff.com/2012/07/wget-curl/
# https://linuxpip.org/curl-failed-to-verify-the-legitimacy-of-the-server/
wget xxxx.yyy  equivalent to 
curl -k -O xxxx.yyy