C cjchaps Diamond Member Jul 24, 2000 3,013 1 81 Jun 20, 2001 #1 I want to download the .html files only from a website. No pics or anything, just the html/txt. What would the command line for that be? -Thanks
I want to download the .html files only from a website. No pics or anything, just the html/txt. What would the command line for that be? -Thanks
U ugh Platinum Member Feb 6, 2000 2,563 0 0 Jun 21, 2001 #2 Not sure whether you can specify what files to use. But this is what I use to grab websites: wget -r --level=1 <web url>
Not sure whether you can specify what files to use. But this is what I use to grab websites: wget -r --level=1 <web url>