The wget command is a Linux command line utility for downloading files from the internet. The basic syntax for wget is as follows:
wget [option]... [URL]...
For example, to download the file "bob.txt" from the website "example.com" you would use the following command:
wget http://example.com/bob.txt
To change the name of the file you are downloading you would use the following:
wget -O jack.txt http://example.com/bob.txt
The Linux wget command has many different uses such as:
For the comprehensive details on how to fully use the wget command head over to the wget manual page.
This link is being provided as a convenience and for informational purposes only it is not an endorsement or an approval of any of the products, services or opinions of the corporation or organization or individual.
Hostingorservers.com bears no responsibility for the accuracy, legality or content of the external site or for that of subsequent links.