> Note that the 2 loops are not the same. You'd need:
> 
> for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do
>       ftp http://openbsd.org/faq/faq`printf %02d $i`.html
> done
No you don't. Check the actual files. It's faq1.html to faq15.html

> The number list could be collapsed into `seq 1 15` on a system with seq 
> installed.
Wright. But if we had something installed. We could have used wget.


--Julian
-- 
Fortune of the hour:
You teach best what you most need to learn.

Reply via email to