LINUX.ORG.RU

это выкачивается

обрати внимание на опции

--recursive Turn on recursive retrieving. The default maximum depth is 5.

-l depth --level=depth Specify recursion maximum depth level depth.

-k --convert-links After the download is complete, convert the links in the document to make them suitable for local viewing. This affects not only the visible hyperlinks, but any part of the document that links to external content, such as embedded images, links to style sheets, hyperlinks to non-HTML content, etc.

--wait=seconds Wait the specified number of seconds between the retrievals. Use of this option is recommended, as it lightens the server load by making the requests less frequent. Instead of in seconds, the time can be specified in minutes using the «m» suffix, in hours using «h» suffix, or in days using «d» suffix.

Specifying a large value for this option is useful if the network or the destination host is down, so that Wget can wait long enough to reasonably expect the network error to be fixed before the retry. The waiting interval specified by this function is influenced by "--random-wait", which see.

--waitretry=seconds If you don't want Wget to wait between every retrieval, but only between retries of failed downloads, you can use this option. Wget will use linear backoff, waiting 1 second after the first failure on a given file, then waiting 2 seconds after the second failure on that file, up to the maximum number of seconds you specify.

By default, Wget will assume a value of 10 seconds.

--random-wait Some web sites may perform log analysis to identify retrieval programs such as Wget by looking for statistically significant similarities in the time between requests. This option causes the time between requests to vary between 0.5 and 1.5 * wait seconds, where wait was specified using the --wait option, in order to mask Wget's presence from such analysis.

emulek
()
Ответ на: комментарий от anonymous

Там не полный перевод, а мне концовка нужна

gimifing
() автор топика
Ответ на: комментарий от emulek

Делаю так

 wget -r -l 3 -k  -c http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/LFS-BOOK-6.8-ru 

Я походу не так адрес указываю

gimifing
() автор топика
Ответ на: комментарий от gimifing

никак. Разве что sed'ом выдрать ссылки и их закачать.

emulek
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.