Ściąganie całej strony na dysk z wykorzystaniem wget-a

Filed Under (informatyka) by Tomek on 17-08-2011

$ wget \
     --recursive \
     --no-clobber \
     --page-requisites \
     --html-extension \
     --convert-links \
     --restrict-file-names=windows \
     --domains website.org \
     --no-parent \
     www.website.org/tutorials/html/
pełny artykuł: Linux Journal

Post a comment