Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to CLI Magic: the word on wget
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Wget is good
Posted by: Anonymous Coward on September 13, 2005 10:36 PM# 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.
#