HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Minimum file size
Author: Xavier Roche
Date: 03/01/2003 18:10
 
> Could someone tell me the exact command-line syntax for 
> getting all files larger than 10k on a linux command-
line. 
> I can't get it to work :( I've tried quoting the 
> characters like this, but to no joy. Using v. 3.22-3-
nossl 
> -* +*.jpg[>10] +*.htm* 

"Size" wildcards *ARE* wildcards. You forgot the '*':

-* +*.jpg*[>10] +*.htm* 

and I would use:
-* +*.jpg*[>10] +www.yoursite.com/*.htm* 

because "+*.htm*" means "fetch ALL html files on the WWW"
 
Reply Create subthread


All articles

Subject Author Date
Minimum file size

03/01/2003 17:51
Re: Minimum file size

03/01/2003 18:10
Re: Minimum file size

03/02/2003 00:55
Re: Minimum file size

03/02/2003 08:11
Re: Minimum file size

03/03/2003 20:10
Re: Minimum file size - update

03/05/2003 19:59




2

Created with FORUM 2.0.11