wget --recursive --level=inf --page-requisites --convert-links --html-extension \
--span-hosts=domainA,domainB url-on-domainA
अद्यतन करें: मुझे याद है कि ऊपर की कमान ने मेरे लिए अतीत में काम किया था (जो कि 2010 था और मैं तब विंडोज के लिए जीएनयू टूल्स का उपयोग कर रहा था ); हालाँकि मुझे इसे तब बदलना पड़ा जब मैं आज इसका इस्तेमाल करना चाहता था:
wget --recursive --level=inf --page-requisites --convert-links \
--adjust-extension --span-hosts --domains=domainA,domainB domainA
उसके लिए आशुलिपि होगी: wget -rEDpkH -l inf domainA,domainB domainA
-r
= --recursive
-l <depth>
= --level=<depth>
-E
= --adjust-extension
-p
= --page-requisites
-K
= --backup-converted
-k
= --convert-links
-D <domain-list>
= --domain-list=<domain-list>
-H
= --span-hosts
-np
= --no-parent
-U <agent-string>
= --user-agent=<agent-string>
ग्नू विग मैनुअल: https://www.gnu.org/software/wget/manual/wget.html