翻译进度
1
分块数量
0
参与人数

Linux 网络:Linux curl & wget

这是一篇协同翻译的文章,你可以点击『我来翻译』按钮来参与翻译。


These commands are used to download a file from the internet using CLI. With curl commands option O will be used while wget command will be used without any option. The file will be saved in the current directory.

Syntax:

curl -O <fileLink>  

Example:

curl -O google.com/doodles/childrens-day-2014-multiple-countries  

Linux curl & wget1

Look at the above snapshot, we have downloaded one file with the help of curl -O command.

Syntax:

wget <fileLink>  

Example:

wget google.com/doodles/new-years-day-2012  

Linux curl & wget2

Look at the above snapshot, we have downloaded one file with the help of wget command.

本文章首发在 LearnKu.com 网站上。

本文中的所有译文仅用于学习和交流目的,转载请务必注明文章译者、出处、和本文链接
我们的翻译工作遵照 CC 协议,如果我们的工作有侵犯到您的权益,请及时联系我们。

原文地址:

译文地址:https://learnku.com/server/wikis/36694

讨论数量: 0
(= ̄ω ̄=)··· 暂无内容!

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!