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 -O google.txt http://google.com/
Click to show internal directories.
Click to hide internal directories.