wget 克隆网站

$ wget \ --recursive \ --no-clobber \ --page-requisites \ --html-extension \ --convert-links \ --restrict-file-names=windows \ --domains website.org \ --no-parent \ www.website.org/tutorials/html/

This command downloads the Web site www.website.org/tutorials/html/.

The options are: