Wget runs the GNU wget application.
wget运行GNU wget应用程序。
GNU Wget is a flexible piece of software that retrieves data (such as files, mp3s, and images) from servers.
GNU Wget是一个灵活的软件,用于从服务器获取数据(例如文件、mp3和图像)。
Doing things the way I describe here using GNU Wget forces the download of a file called update.xml to your local machine.
以上述方式使用GNU Wget会强制地将一个名为update . xml的文件下载到本地机器上。
To help you better understand the power of GNU Wget and cURL, let's start by using them to add tweets to the Twitter timeline.
为了帮助您更好地理解GNU Wget和cURL的强大之处,我们首先使用它们将tweet添加到Twitter timeline中。
In this command, the -r switch tells GNU Wget to recursively follow all links found on that page, so the tool will crawl the entire site.
在这个命令中,- r开关告诉GNU Wget递归地跟踪那个页面上的所有链接,所以该工具将抓取整个站点。
In this command, the -r switch tells GNU Wget to recursively follow all links found on that page, so the tool will crawl the entire site.
在这个命令中,- r开关告诉GNU Wget递归地跟踪那个页面上的所有链接,所以该工具将抓取整个站点。
应用推荐