GNU Wget is a flexible piece of software that retrieves data (such as files, mp3s, and images) from servers.
GNU Wget是一个灵活的软件,用于从服务器获取数据(例如文件、mp3和图像)。
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递归地跟蹤那个页面上的所有链接,所以该工具将抓取整个站点。
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添加到Twittertimeline中。