Name

wget [Optionen] URL — /usr/binwgetstdin stdout datei -- opt --help --version

Der Befehl wget fragt eine URL ab und lädt die Information in eine Datei oder gibt diese auf die Standardausgabe aus. Dies dient dazu, einzelne Seiten oder ganze Hierarchien von Webseiten beliebiger Tiefe herunterzuladen. So speichern Sie z.B. die Homepage von Yahoo:

$ wget http://www.yahoo.com
--23:19:51--  http://www.yahoo.com/
           => `index.html'
Resolving www.yahoo.com... done.
Connecting to www.yahoo.com[216.109.118.66]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

    [ <=>                                 ] 31,434           220.84K/s

23:19:51 (220.84 KB/s) - `index.html' saved [31434]

Die Seite wird in der Datei index.html im aktuellen Verzeichnis gespeichert. ...

Get LINUX: kurz & gut now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.