> For the complete documentation index, see [llms.txt](https://linux-tutorial-cli.gitbook.io/linux-cli-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://linux-tutorial-cli.gitbook.io/linux-cli-tutorial/txt-files/wget.md).

# wget

## wget

The `wget` command is a command-line utility that can be used to download files from the internet. It is a versatile tool that can be used to download files from a variety of sources, including HTTP, HTTPS, FTP, and FTPS.

The `wget` command is used as follows:

```
wget [options] [url]
```

* `options`: These are optional flags that can be used to control the behavior of the `wget` command.
* `url`: This is the URL of the file that you want to download.

For example, the following command downloads the file `index.html` from the website `www.example.com`:

```
wget www.example.com/index.html
```

The `wget` command is a powerful tool that can be used to download files from the internet. It is a versatile tool that can be used to download files from a variety of sources.

Here are some of the benefits of using `wget`:

* It is a versatile tool that can be used to download files from a variety of sources.
* It is reliable and efficient.
* It is supported by most Linux distributions.
* It is available as a free and open-source software.

Here are some of the drawbacks of using `wget`:

* It can be slow to download large files.
* It can be difficult to troubleshoot if there are problems with the download.
* It may not be as secure as some other methods of downloading files.

## help

```
```
