1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Further refinement of -O description; .hignore <- doc products

This commit is contained in:
Micah Cowan 2007-09-12 11:40:05 -07:00
parent 66f02cb4dc
commit a7958aa4c6
2 changed files with 19 additions and 5 deletions

View File

@ -19,6 +19,19 @@ doc/wget.1
doc/wget.pod
doc/wget.info
doc/sample.wgetrc.munged_for_texi_inclusion
doc/wget.aux
doc/wget.cp
doc/wget.cps
doc/wget.dvi
doc/wget.fn
doc/wget.ky
doc/wget.log
doc/wget.pg
doc/wget.toc
doc/wget.tp
doc/wget.vr
doc/wget_a4.ps
doc/wget_us.ps
po/Makefile.in
po/POTFILES
po/*.gmo

View File

@ -550,13 +550,14 @@ literally named @samp{-}.)
Use of @samp{-O} is @emph{not} intended to mean simply ``use the name
@var{file} instead of the one in the URL;'' rather, it is
analogous to shell redirection.
analogous to shell redirection:
@samp{wget -O file http://foo} is intended to work like
@samp{wget -O - http://foo > file}. @file{file} will be truncated
immediately, and don't expect timestamping to work with it.
@samp{wget -O - http://foo > file}; @file{file} will be truncated
immediately, and @emph{all} downloaded content will be written there.
Note that a combination with @samp{-k} is only well-defined for
downloading a single document.
Note that a combination with @samp{-k} is only permitted when
downloading a single document, and combination with any of @samp{-r},
@samp{-p}, or @samp{-N} is not allowed.
@cindex clobbering, file
@cindex downloading multiple times