wget Keyboard Shortcuts & Commands (5)
5 wget shortcuts and commands.
Search all shortcuts interactively
Open Shortcut FinderAll Shortcuts
Download
| Shortcut | Action | Description |
|---|---|---|
| wget [URL] | Download file | Download a file from URL. |
| wget -O [name] [URL] | Set filename | Specify download filename. |
| wget -r [URL] | Recursive | Download site recursively. |
| wget -c [URL] | Resume | Resume interrupted download. |
| wget -b [URL] | Background | Download in background. |