Chinaunix首页 | 论坛 | 博客
  • 博客访问: 590384
  • 博文数量: 150
  • 博客积分: 1132
  • 博客等级: 少尉
  • 技术积分: 2067
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-11 16:46
文章分类

全部博文(150)

文章存档

2015年(15)

2014年(75)

2013年(4)

2012年(56)

分类: LINUX

2014-10-09 10:59:43

wget - The non-interactive network downloader.

SYNOPSIS
            wget [option]... [URL]...
OPTIONS:
    -q
    --quiet
    Turn off wget's output.

    -O file
    --output-document=file
    The documents will not be written to the appropriate files, but all will be concatenated together and written to file. If - is used as file, documents will be printed to standard output, disabling link conversion. 

    -T seconds
    --timeout=seconds
    Set the network timeout to seconds seconds.  This is equivalent to specifying --dns-timeout, --connect-timeout, and --read-timeout, all at the same time.

    -t number
    --tries=number
    Set number of retries to number. Specify 0 or inf for infinite retrying. The default is to retry 20 times, with the exception of fatal errors like "connection refused" or "not found" (404), which are not retried.
阅读(563) | 评论(0) | 转发(0) |
0

上一篇:What is a process?

下一篇:screen 的使用

给主人留下些什么吧!~~