mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Document `-e'.
This commit is contained in:
parent
2bebfdb844
commit
94eccf9739
@ -1,3 +1,7 @@
|
|||||||
|
2004-02-12 Jens Roesner <jens.roesner@gmx.de>
|
||||||
|
|
||||||
|
* wget.texi (Wgetrc Commands): Document `-e' here.
|
||||||
|
|
||||||
2004-02-08 Hrvoje Niksic <hniksic@xemacs.org>
|
2004-02-08 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* wget.texi (Security Considerations): Put @item contents on a
|
* wget.texi (Security Considerations): Put @item contents on a
|
||||||
|
@ -407,7 +407,9 @@ specified via the @samp{-o}, output is redirected to @file{wget-log}.
|
|||||||
Execute @var{command} as if it were a part of @file{.wgetrc}
|
Execute @var{command} as if it were a part of @file{.wgetrc}
|
||||||
(@pxref{Startup File}). A command thus invoked will be executed
|
(@pxref{Startup File}). A command thus invoked will be executed
|
||||||
@emph{after} the commands in @file{.wgetrc}, thus taking precedence over
|
@emph{after} the commands in @file{.wgetrc}, thus taking precedence over
|
||||||
them.
|
them. If you need to specify more than one wgetrc command, use multiple
|
||||||
|
instances of @samp{-e}.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@node Logging and Input File Options
|
@node Logging and Input File Options
|
||||||
@ -2183,8 +2185,9 @@ hostnames or dotted-quad IP addresses. @var{n} can be any positive
|
|||||||
integer, or @samp{inf} for infinity, where appropriate. @var{string}
|
integer, or @samp{inf} for infinity, where appropriate. @var{string}
|
||||||
values can be any non-empty string.
|
values can be any non-empty string.
|
||||||
|
|
||||||
Most of these commands have command-line equivalents (@pxref{Invoking}),
|
Most of these commands have direct command-line equivalents. Also, any
|
||||||
though some of the more obscure or rarely used ones do not.
|
wgetrc command can be specified on the command line using the
|
||||||
|
@samp{--execute} switch (@pxref{Basic Startup Options}.)
|
||||||
|
|
||||||
@table @asis
|
@table @asis
|
||||||
@item accept/reject = @var{string}
|
@item accept/reject = @var{string}
|
||||||
|
Loading…
Reference in New Issue
Block a user