Logo
Web01
Ch4os1@web01:~/commands/wget
← View all bash commands

wget

Download files from the web.

Examples

wget http://example.com/file.zip
              

Download 'file.zip' from 'http://example.com'.

wget -c http://example.com/largefile.iso
              

Resume downloading 'largefile.iso' if the download was interrupted.

Notes

This command affects only the current shell session.