# curl
Command line tool to interact with Web sites.

## Download a file with redirects
```
curl -L -O https://example.com/file.txt
```
