Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

wget

Network file downloader

Syntax

wget [OPTION]... [URL]...

Common Options

-OOutput file name
-PDownload directory
-cResume download
-bDownload in background
--limit-rateLimit download rate

Common Examples

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

Download file

wget -O newname.zip URL

Specify output name

wget -c URL

Resume download

Related Commands

Related Tools

More Code & Dev Tools