B
barb
How do I get Windows/Linux web get to ignore all files of a too-small size?
Like everyone, I often use the Windows/Linux "Free Software Foundation"
web-get wget command to download all the PDFs, GIFs, or JPEGs in a web site
onto my hard disk.
The basic command we all use is:
EXAMPLE FOR WINDOWS:
c:\> wget -prA.gif http://machine/path
EXAMPLE FOR LINUX:
% wget -prA.jpg http://machine/path
This famous wget command works great, except it downloads ALL the JPG & GIF
icons and photos at the targeted web site - large or small.
How do we tell wget to skip files of a certain size?
For example, assume we wish to skip anything smaller than, say, 10KB and
antyhing larger than, say, 100KB.
Can we get wget to skip files that are too small or too large?
barb
Like everyone, I often use the Windows/Linux "Free Software Foundation"
web-get wget command to download all the PDFs, GIFs, or JPEGs in a web site
onto my hard disk.
The basic command we all use is:
EXAMPLE FOR WINDOWS:
c:\> wget -prA.gif http://machine/path
EXAMPLE FOR LINUX:
% wget -prA.jpg http://machine/path
This famous wget command works great, except it downloads ALL the JPG & GIF
icons and photos at the targeted web site - large or small.
How do we tell wget to skip files of a certain size?
For example, assume we wish to skip anything smaller than, say, 10KB and
antyhing larger than, say, 100KB.
Can we get wget to skip files that are too small or too large?
barb