wget: Invoking

1 
1 2 Invoking
1 **********
1 
1 By default, Wget is very simple to invoke.  The basic syntax is:
1 
1      wget [OPTION]... [URL]...
1 
1    Wget will simply download all the URLs specified on the command line.
1 URL is a “Uniform Resource Locator”, as defined below.
1 
1    However, you may wish to change some of the default parameters of
1 Wget.  You can do it two ways: permanently, adding the appropriate
1 command to ‘.wgetrc’ (⇒Startup File), or specifying it on the
1 command line.
1 

Menu