Re: Feature request: execute command after download complete

2004-01-28 Thread Hrvoje Niksic
It sounds to me like you could do the equivalent with a simple shell script. For example: while read url do wget --limit-rate=2k $url # Your commands go here. done URL-LIST-FILE

Feature request: execute command after download complete

2003-12-29 Thread Chuck Peters
The feature I would like is: Execute a script or command only after -i download is complete. As a dialup user I like the limit speed option and will be using it as part of some other things I am working on! I just wrote a little script I call apt-slow which obtains a list of URI's and downloads