Name: Anonymous 2008-10-25 19:25
im telling curl to download a range of files, like `curl -Of www.foo.com/bar[000-999].log` and id like to have two separate counters in bash, one for attempted downloads, and another for successful downloads, so i can calculate a success rate at the end of the downloading. how would i do this?