Linux.com

Wget is good

Posted by: Anonymous Coward on September 13, 2005 10:36 PM
You can get a file from a website by:
# wget http://www.example.com/funky_drums.mp3

For list of command line options to use:
# wget --help

For manual page (manpage)
# man wget

It is also good for mirroring websites, (such as defaces<nobr> <wbr></nobr>:p). There is a --mirror option for that, IIRC.

#

Return to CLI Magic: the word on wget