Documentation ¶
Overview ¶
Wget reads one file from a url and writes to stdout.
Synopsis:
wget URL
Description:
Returns a non-zero code on failure.
Notes:
There are a few differences with GNU wget: - Upon error, the return value is always 1. - The protocol (http/https) is mandatory.
Example:
wget http://google.com/ > e100.html
Click to show internal directories.
Click to hide internal directories.