I need to download several files with wget and measure download speed.
wget
e.g. I download with
wget -O /dev/null http://ftp.bit.nl/pub/Open
Why can't you just do this:
perl -ne "/^Downloaded.*?\((.*?)\)/; print $1"