wget -r -p -np -k http://www.gtk.org/tutorial/
-r, --recursive specify recursive download.
-k, --convert-links make links in downloaded HTML point to local files.
-p, --page-requisites get all images, etc. needed to display HTML page.
-np, --no-parent don't ascend to the parent directory.
没有评论:
发表评论