首页 / 词典 / good

wget

wgetwget
  1. The wget utility has many options and features .

    wget实用工具有许多选项和特性。

  2. Read the wget man page to learn about the tool 's many tricks .

    要了解关于使用该工具的技巧,请阅读wget的man页面。

  3. The wget utility , like many other open source applications , can be built manually .

    wget实用程序,与其他许多开源应用程序一样,可以手动构建。

  4. You should now be ready to build the wget utility from source .

    现在可以从源代码构建wget实用程序了。

  5. The wget utility is useful but isn 't commonly found standard in distributions .

    wget实用程序很有用,但在标准的系统分发版中很难找到它。

  6. As you might guess , curl has even more options than wget .

    正如您可能猜测到的,curl具有比wget更多的选项。

  7. To test the new utility , run it within Cygwin and the download the wget source code

    为了测试这个新的实用程序,在Cygwin中运行它并下载wget源代码

  8. You can also download the software from the command line using a tool such as wget or cURL .

    还可以使用wget或cURL等工具通过命令行下载此软件。

  9. A prior Speaking UNIX column recommended wget to download files directly from the command-line .

    以前的一期“对话UNIX”推荐使用wget从命令行直接下载文件。

  10. You might also consider line mode for use with networking utilities such as wget , curl , and scp .

    对于wget、curl和scp等网络实用程序,也可以考虑使用行模式。

  11. This script requires the wget command to send files and receive cookies from the wiki server .

    这个脚本使用wget命令发送文件并从wiki服务器接收cookie。

  12. If you haven 't used it before , wget is a command-line tool to download virtually anything .

    wget是一种命令行工具,它可以下载任何东西。

  13. Specifically , you 'll learn wget , curl , and Secure shell ( ssh ) .

    具体来说,您将了解wget、curl和安全Shell(ssh)。

  14. For a shell-line parallel , consider the wget or curl command .

    对于shell行parallel,请考虑使用wget或curl命令。

  15. For example , if you are trying to install new software on a remote server , wget can be a real life-saver .

    例如,如果要在远程服务器上安装新软件,wget确实可以节省时间。

  16. This command does basically the same thing as the previous wget command but with a slightly different and friendlier syntax .

    该命令与前面的wget命令做的事情基本相同,但是使用稍微不同的、更加友好的语法。

  17. For purposes of demonstration , you 'll bundle the networking utility wget , which downloads files from the Internet .

    作为演示,您将捆绑网络实用程序wget,该程序用于从Internet下载文件。

  18. In practice , few programmers are quite so committed to old-timey approaches as my suggested wget + Expect approach .

    在实践中,几乎没有编程人员过分执着于过去的老方法,比如我建议的wget+Expect方法。

  19. Unlike wget , cURL emits what it downloads to stdout .

    与wget不同,cURL把它下载的东西发送到stdout。

  20. Instead of using a custom client and TCP stack , I used the standard Linux TCP stack and the wget command-line HTTP client .

    没有使用定制的客户机和TCP栈,而是使用了标准的LinuxTCP协议栈和wget命令行HTTP客户机。

  21. Wget downloads the current REE tarball , which is then unpacked by tar .

    wget下载当前REEtarball,然后通过tar解包。

  22. Assuming that you have a.netrc file in place , let 's look at some examples of what wget can do .

    假设已经有了.netrc文件,让我们来研究一些示例,看看wget究竟可以完成哪些工作。

  23. The wget and curl tools transfer files ; using ssh , you can securely log in to remote systems and transfer files quickly and easily .

    wget和curl工具可以用来传输文件,而使用ssh,您可以安全地登录到远程系统中,快速地和轻松地传输文件。

  24. The wget utility is invaluable for hands-off downloads , but it can 't upload files .

    对于自动的下载任务,wget实用工具非常有价值,但是它却不能用来上传文件。

  25. The wget command , which stands for Web get , is a useful command for recursively working through a Web site and grabbing content of interest .

    wget命令(代表Webget之义)是一个获取Web内容的有用工具,它可以递归遍历Web站点并从中提取感兴趣的内容。

  26. Now you know how to use two tools available on most Linux distributions cURL and GNU Wget to retrieve tweets from the Linux command line .

    现在,您知道如何使用大多数Linux发行版上可用的2个工具cURL和GNUWget从Linux命令行获取tweet。

  27. GNU Wget is a flexible piece of software that retrieves data ( such as files , mp3s , and images ) from servers .

    GNUWget是一个灵活的软件,用于从服务器获取数据(例如文件、mp3和图像)。

  28. 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 .

    为了帮助您更好地理解GNUWget和cURL的强大之处,我们首先使用它们将tweet添加到Twittertimeline中。

  29. 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开关告诉GNUWget递归地跟踪那个页面上的所有链接,所以该工具将抓取整个站点。

  30. However , you can use the same URLs with the wget command-line utility & a robust utility for downloading files over HTTP , HTTPS , and FTP .

    然而,在wget命令行实用工具中也可以使用相同的URL,它是一种用于通过HTTP、HTTPS和FTP进行文件下载的健壮的实用工具。