Skip to main content
Kill -9 Club
Sign in

wget

NetworkPackage: wget

Downloads a file from a URL to disk, resuming where it stopped with -c. Where curl is for examining a response, wget is for keeping it.

What its options do in the lessons

From the same glossary the lessons render under their commands, so the two cannot disagree.

wget -O
The output file. -O - writes to standard output.

Lessons that teach it

wget — command reference | Kill -9 Club