About wget
wget stands for “web get”. It is a command-line utility which downloads files over a network.
这部分内容的参考来源:
1. Linux and Unix wget command
2. The Ultimate Wget Download Guide With 15 Awesome Examples
wget utility is the best option to download files from internet. wget can pretty much handle all complex download situations including large file downloads, recursive downloads, non-interactive downloads, multiple file downloads etc.
例如,输入下面命令:
wget http://www.openss7.org/repos/tarballs/strx25-0.9.2.1.tar.bz2
来下载文件strx25-0.9.2.1.tar.bz2